156 Posted Topics
Re: Are you using the C# code behind as well ????.......If yes then plz check the MakerID coloumn name in that......... | |
Hello guys, I am asking a very simple thing to be done in my project (May be I've forgotten the syntax)......... I've taken a drop-down list in which diff. user-names are coming and added a delete button to delete the full row which contains the selected drop-down list user-name. I've … | |
Re: If I'm not wrong then I think You've missed the con.open(); Hope this helps........ | |
Hello to all, I've written this thread because I want to know the different content types used like................. [CODE] Response.AddHeader("Content-Type", "Application/octet-stream"); [/CODE] It was used for software and It was successful........But what for Music,Pictures and E-Books ??????????? Thanks in advance........... | |
Hello guys, I'm a newbie to asp.net....I've recently designed a website in which I've taken a gridview control and added a [B]button in the itemtemplate[/B] field of the gridview........What I want is that if anyone clicks on this button then the data in the particular row of the gridview comes … | |
Re: May be you should go for the form authentication in asp.net Here's a demo code for you....... [CODE] </configSections> // after this in your web.config add the following. <appSettings/> <connectionStrings> <add name="KMCon" connectionString="initial catalog=KM; data source=DEVELOPER\SQLEXPRESS; Integrated Security=SSPI"/> </connectionStrings> [/CODE] And give location path which you want to be accessed … |
The End.