Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 809 views
Hi Folks, I recently wrote one application (Membership and sql server 2008) it workied fine on my dev machine. When i published i staretd getting following error. i tried to adding <trust level=”Medium” /> in my web.config. no show. then i tried by removing targetFramework=”4.0″ from web.config. but my application was not accible then. then i tried [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 794 views
Hello all, I have a problem with lists and the following is the scenario of my problem; lstCustomers1 – 150 objects in list (each object having customerID, name, surname) lstCustomers2 – 10 objects in list (each object having customerID, name surname) I would like to compare lstCustomers1 with lstCustomers2 and place the differences in lstDifferences [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 904 views
Hi, I create a GridView bound to SqlDataSource and use BoundField to bound the field, then in 1 BoundField (let’s call it TestField), i set it to Visible = false. Now i add a button to set the value of BoundField TestField. Update the row, the value won’t pass back to the server. Then, I [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 543 views
Hi, I’ve been having trouble getting a postbackurl to work, so I tried to do a simple test between two pages and I still get the same thing. <form id=”form1″ runat=”server”> <div> <asp:Button ID=”Button1″ runat=”server” Text=”Button” PostBackUrl=”~/Test2.aspx” /> </div> </form> That’s all I have on Test1.aspx, yet no matter what I do it just [...]