Click here to Skip to main content
15,918,742 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to put advertises on portal Pin
Software_Guy_12327-Jul-07 19:18
Software_Guy_12327-Jul-07 19:18 
AnswerRe: How to put advertises on portal Pin
Christian Graus27-Jul-07 19:27
protectorChristian Graus27-Jul-07 19:27 
AnswerRe: How to put advertises on portal Pin
Vasudevan Deepak Kumar28-Jul-07 21:26
Vasudevan Deepak Kumar28-Jul-07 21:26 
QuestionAsp.Net Database Connectivity Pin
Shraddha Bhatt27-Jul-07 18:51
Shraddha Bhatt27-Jul-07 18:51 
AnswerRe: Asp.Net Database Connectivity Pin
Christian Graus27-Jul-07 19:29
protectorChristian Graus27-Jul-07 19:29 
AnswerRe: Asp.Net Database Connectivity Pin
divyesh143230-Jul-07 0:36
divyesh143230-Jul-07 0:36 
QuestionInsert a button on each row of a data grid(Code behind C#) Pin
paytam27-Jul-07 16:49
paytam27-Jul-07 16:49 
AnswerRe: Insert a button on each row of a data grid(Code behind C#) Pin
kubben30-Jul-07 6:38
kubben30-Jul-07 6:38 
Add a new column to the gridview. The type of column to add is Command Field. So if you are in the design view of the aspx file, click on the gridview. Then go to the properties window and file the columns property. click on the button which will bring up the fields dialog. Select the command Field and click the add button.

As far as dealing with the actual code, there are two ways to do it. If you are using an objectdatasource or a sqldatasource, then in that control you point to the correct method to do the update insert delete. If you aren't using one of those controls you need to implement the gridview command method. Then check the e.Command to see if it is "Insert", "update" etc.

Hope that helps.
Ben
Questioncopy file to network folder Pin
Dpriya27-Jul-07 16:12
Dpriya27-Jul-07 16:12 
AnswerRe: copy file to network folder Pin
Vasudevan Deepak Kumar28-Jul-07 21:27
Vasudevan Deepak Kumar28-Jul-07 21:27 
AnswerRe: copy file to network folder Pin
Paul Conrad29-Jul-07 5:48
professionalPaul Conrad29-Jul-07 5:48 
Question"An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" Pin
bobby100m27-Jul-07 9:52
bobby100m27-Jul-07 9:52 
AnswerRe: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" Pin
Vasudevan Deepak Kumar28-Jul-07 21:30
Vasudevan Deepak Kumar28-Jul-07 21:30 
QuestionSilverlight in VS2005 Pin
Heavy Storm27-Jul-07 7:51
Heavy Storm27-Jul-07 7:51 
Questioncreate a dynamic drop down menu Pin
Babru27-Jul-07 3:27
Babru27-Jul-07 3:27 
AnswerRe: create a dynamic drop down menu Pin
SomeGuyThatIsMe27-Jul-07 4:21
SomeGuyThatIsMe27-Jul-07 4:21 
Questionframe problem Pin
SomeGuyThatIsMe27-Jul-07 2:59
SomeGuyThatIsMe27-Jul-07 2:59 
GeneralRe: frame problem Pin
Ryanb5827-Jul-07 3:31
Ryanb5827-Jul-07 3:31 
AnswerRe: frame problem Pin
Guffa27-Jul-07 3:38
Guffa27-Jul-07 3:38 
GeneralRe: frame problem Pin
SomeGuyThatIsMe27-Jul-07 4:13
SomeGuyThatIsMe27-Jul-07 4:13 
AnswerRe: frame problem Pin
Guffa27-Jul-07 8:23
Guffa27-Jul-07 8:23 
GeneralRe: frame problem Pin
SomeGuyThatIsMe27-Jul-07 8:26
SomeGuyThatIsMe27-Jul-07 8:26 
Questionimage in IE7 Pin
Milind Panchal26-Jul-07 21:11
Milind Panchal26-Jul-07 21:11 
AnswerRe: image in IE7 Pin
Guffa27-Jul-07 2:42
Guffa27-Jul-07 2:42 
QuestionExport to Excel or XML Pin
Illegal Operation26-Jul-07 20:36
Illegal Operation26-Jul-07 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.