Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: running audio and video files in asp.net 1.1 Pin
_AK_12-May-06 1:21
_AK_12-May-06 1:21 
QuestionHow to cache DotNet charts in aspx Pin
nitgood0712-May-06 0:13
nitgood0712-May-06 0:13 
AnswerRe: How to cache charts in aspx Pin
Paddy Boyd12-May-06 0:25
Paddy Boyd12-May-06 0:25 
GeneralRe: How to cache charts in aspx Pin
Nable12-May-06 0:40
Nable12-May-06 0:40 
GeneralRe: How to cache charts in aspx Pin
nitgood0714-May-06 21:15
nitgood0714-May-06 21:15 
GeneralRe: How to cache charts in aspx Pin
nitgood0714-May-06 21:13
nitgood0714-May-06 21:13 
Questionasp.net 2.0 gridview Pin
fmardani11-May-06 23:31
fmardani11-May-06 23:31 
AnswerRe: asp.net 2.0 gridview Pin
minhpc_bk12-May-06 6:31
minhpc_bk12-May-06 6:31 
There are many ways to do what you might want, you can use one of the fields in the GridView control: ButtonField, CommandField, and TemplateField. To execute a command to the database, you can have the control do that for you by configuring the GridView control with a datasource control, then configure the CommandName of the button with a standard name like Add,Edit, Delete. In addition, you can manage to do that on your own by using the RowCommand event to handle a general command caused by a button placed in the GridView control. You can read more about the GridView control in MSDN to see how to play with it.

Modifying Data in a GridView Web Server Control [^]
QuestionError while trying to run project. Pin
amaneet11-May-06 23:25
amaneet11-May-06 23:25 
AnswerRe: Error while trying to run project. Pin
_AK_11-May-06 23:29
_AK_11-May-06 23:29 
GeneralRe: Error while trying to run project. Pin
Paddy Boyd11-May-06 23:33
Paddy Boyd11-May-06 23:33 
GeneralRe: Error while trying to run project. Pin
amaneet12-May-06 0:17
amaneet12-May-06 0:17 
GeneralRe: Error while trying to run project. Pin
_AK_12-May-06 0:21
_AK_12-May-06 0:21 
GeneralRe: Error while trying to run project. Pin
Nable12-May-06 0:34
Nable12-May-06 0:34 
GeneralRe: Error while trying to run project. Pin
_AK_12-May-06 0:45
_AK_12-May-06 0:45 
GeneralRe: Error while trying to run project. Pin
amaneet12-May-06 0:58
amaneet12-May-06 0:58 
GeneralRe: Error while trying to run project. Pin
RichardGrimmer12-May-06 5:51
RichardGrimmer12-May-06 5:51 
QuestionGet latest error Pin
Insane D11-May-06 23:15
Insane D11-May-06 23:15 
AnswerRe: Get latest error Pin
minhpc_bk12-May-06 6:30
minhpc_bk12-May-06 6:30 
QuestionSend me total code for SMS in asp.net using vb Pin
Dipan Patel From Gandhinagar11-May-06 23:06
Dipan Patel From Gandhinagar11-May-06 23:06 
NewsRe: Send me total code for SMS in asp.net using vb Pin
KrIstOfK11-May-06 23:34
KrIstOfK11-May-06 23:34 
AnswerRe: Send me total code for SMS in asp.net using vb Pin
RichardGrimmer12-May-06 5:54
RichardGrimmer12-May-06 5:54 
QuestionAdding search facility in a database driven web site Pin
Nable11-May-06 22:40
Nable11-May-06 22:40 
AnswerRe: Adding search facility in a database driven web site Pin
Paddy Boyd11-May-06 23:35
Paddy Boyd11-May-06 23:35 
GeneralRe: Adding search facility in a database driven web site Pin
Nable11-May-06 23:48
Nable11-May-06 23:48 

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.