Click here to Skip to main content
16,004,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncan i give vista looking effect to my web applicaiton Pin
koolprasad200317-Mar-08 18:27
professionalkoolprasad200317-Mar-08 18:27 
AnswerRe: can i give vista looking effect to my web applicaiton Pin
Christian Graus17-Mar-08 18:48
protectorChristian Graus17-Mar-08 18:48 
GeneralRe: can i give vista looking effect to my web applicaiton Pin
koolprasad200318-Mar-08 1:13
professionalkoolprasad200318-Mar-08 1:13 
GeneralRe: can i give vista looking effect to my web applicaiton Pin
saini arun18-Mar-08 11:23
saini arun18-Mar-08 11:23 
Generaltable adapter with dynamic connection string Pin
uglyeyes17-Mar-08 17:24
uglyeyes17-Mar-08 17:24 
GeneralRe: table adapter with dynamic connection string Pin
uglyeyes17-Mar-08 19:29
uglyeyes17-Mar-08 19:29 
Generalupdate panel , textbox lost focus. Pin
RanjithLogics17-Mar-08 16:47
RanjithLogics17-Mar-08 16:47 
QuestionHow to change text of button inside in grid view Pin
Rajesh_K_Sharma17-Mar-08 16:25
Rajesh_K_Sharma17-Mar-08 16:25 
Hi I have grid view which contains five rows and one button. By default button’ text is “Add”.
Suppose when I click on button of row two. So I want to change text of button from Add to Remove.
I have written code like this

protected void grdSearchResult_RowDataBound(object sender, GridViewRowEventArgs e)
{


if (e.Row.RowType == DataControlRowType.DataRow)
{
((Button)e.Row.FindControl("btnAdd")).Text = "Remove";
}
}
But this code changes all button text. I want to change only particular button which is clicked.

rajesh

GeneralSubmit button in IIS Pin
Xarzu17-Mar-08 16:13
Xarzu17-Mar-08 16:13 
GeneralRe: Submit button in IIS Pin
Christian Graus17-Mar-08 17:00
protectorChristian Graus17-Mar-08 17:00 
GeneralRe: Submit button in IIS Pin
Xarzu18-Mar-08 9:05
Xarzu18-Mar-08 9:05 
QuestionFor connecting network folder, how can i input user name and password? Pin
Dong Kim17-Mar-08 14:00
Dong Kim17-Mar-08 14:00 
GeneralRe: For connecting network folder, how can i input user name and password? Pin
Paul Conrad21-Mar-08 9:25
professionalPaul Conrad21-Mar-08 9:25 
GeneralASP.NET publication Pin
Xarzu17-Mar-08 9:20
Xarzu17-Mar-08 9:20 
GeneralRe: ASP.NET publication Pin
Christian Graus17-Mar-08 9:31
protectorChristian Graus17-Mar-08 9:31 
GeneralJavascript Objects and Visual Studio 2008 Pin
GreenGiant8317-Mar-08 8:57
GreenGiant8317-Mar-08 8:57 
Questionhow upload ??? Pin
zeeShan anSari17-Mar-08 8:48
zeeShan anSari17-Mar-08 8:48 
AnswerRe: how upload ??? Pin
Christian Graus17-Mar-08 9:36
protectorChristian Graus17-Mar-08 9:36 
QuestionI need help with web form data to be inserted into database in ASP.NET Pin
ahlaj7717-Mar-08 8:08
ahlaj7717-Mar-08 8:08 
GeneralRe: I need help with web form data to be inserted into database in ASP.NET Pin
Not Active17-Mar-08 8:21
mentorNot Active17-Mar-08 8:21 
General[Message Deleted] Pin
ahlaj7717-Mar-08 9:44
ahlaj7717-Mar-08 9:44 
GeneralRe: I need help with web form data to be inserted into database in ASP.NET Pin
Mark J. Miller17-Mar-08 10:16
Mark J. Miller17-Mar-08 10:16 
GeneralRe: I need help with web form data to be inserted into database in ASP.NET [modified] Pin
ahlaj7717-Mar-08 10:40
ahlaj7717-Mar-08 10:40 
GeneralRe: I need help with web form data to be inserted into database in ASP.NET Pin
Not Active17-Mar-08 11:21
mentorNot Active17-Mar-08 11:21 
GeneralRe: I need help with web form data to be inserted into database in ASP.NET Pin
eyeseetee17-Mar-08 23:01
eyeseetee17-Mar-08 23:01 

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.