Click here to Skip to main content
15,904,287 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwhat is vsdisco file in asp.net Pin
Shuaib wasif khan11-Apr-07 23:26
Shuaib wasif khan11-Apr-07 23:26 
AnswerRe: what is vsdisco file in asp.net Pin
Sun Rays12-Apr-07 0:12
Sun Rays12-Apr-07 0:12 
Questionwindows service Pin
siddisagar11-Apr-07 23:14
siddisagar11-Apr-07 23:14 
QuestionAJAX simple problem Pin
Yoyosch11-Apr-07 22:57
Yoyosch11-Apr-07 22:57 
QuestionGridView row background color Pin
Yoyosch11-Apr-07 22:56
Yoyosch11-Apr-07 22:56 
AnswerRe: GridView row background color Pin
Naveed Kamboh11-Apr-07 23:11
Naveed Kamboh11-Apr-07 23:11 
GeneralRe: GridView row background color Pin
Yoyosch12-Apr-07 0:04
Yoyosch12-Apr-07 0:04 
GeneralRe: GridView row background color Pin
Naveed Kamboh12-Apr-07 0:06
Naveed Kamboh12-Apr-07 0:06 
Yes i did then i write here.
Here is the exact event and code


protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowIndex==1)
e.Row.BackColor = System.Drawing.Color.Red;
}



Questionhelp wit my custom validation rule Pin
neodeaths11-Apr-07 22:56
neodeaths11-Apr-07 22:56 
QuestionFileInfo-----local machince vs/Hosting machine---help needed Pin
Naveed Kamboh11-Apr-07 22:50
Naveed Kamboh11-Apr-07 22:50 
AnswerRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Guffa11-Apr-07 23:31
Guffa11-Apr-07 23:31 
GeneralRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Naveed Kamboh11-Apr-07 23:34
Naveed Kamboh11-Apr-07 23:34 
AnswerRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Guffa11-Apr-07 23:40
Guffa11-Apr-07 23:40 
GeneralRe: FileInfo-----local machince vs/Hosting machine---help needed Pin
Naveed Kamboh11-Apr-07 23:40
Naveed Kamboh11-Apr-07 23:40 
Questioncaptcha image problem Pin
Kunal P11-Apr-07 22:36
Kunal P11-Apr-07 22:36 
Questionhow to send parameters in sql statement using data adapter. Pin
Sophia Rekhi11-Apr-07 22:34
Sophia Rekhi11-Apr-07 22:34 
AnswerRe: how to send parameters in sql statement using data adapter. Pin
Kunal P11-Apr-07 22:44
Kunal P11-Apr-07 22:44 
GeneralRe: how to send parameters in sql statement using data adapter. Pin
Sophia Rekhi11-Apr-07 22:55
Sophia Rekhi11-Apr-07 22:55 
AnswerRe: how to send parameters in sql statement using data adapter. Pin
Mazdak11-Apr-07 22:50
Mazdak11-Apr-07 22:50 
QuestionRedirect and transfer Pin
yaminilatha11-Apr-07 22:29
yaminilatha11-Apr-07 22:29 
AnswerRe: Redirect and transfer Pin
Sophia Rekhi11-Apr-07 22:41
Sophia Rekhi11-Apr-07 22:41 
GeneralRe: Redirect and transfer Pin
yaminilatha13-Apr-07 1:16
yaminilatha13-Apr-07 1:16 
QuestionControls in other page Pin
yaminilatha11-Apr-07 22:24
yaminilatha11-Apr-07 22:24 
AnswerRe: Controls in other page Pin
gauthee11-Apr-07 22:29
gauthee11-Apr-07 22:29 
AnswerRe: Controls in other page Pin
Chetan Ranpariya12-Apr-07 21:40
Chetan Ranpariya12-Apr-07 21:40 

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.