Click here to Skip to main content
15,879,326 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionaccordion header style missing in IE6 Pin
For_IT16-Jun-08 6:55
For_IT16-Jun-08 6:55 
Questionscript function Pin
trilokharry16-Jun-08 4:42
trilokharry16-Jun-08 4:42 
AnswerRe: script function Pin
Parwej Ahamad16-Jun-08 5:38
professionalParwej Ahamad16-Jun-08 5:38 
AnswerRe: script function Pin
Jay Royall16-Jun-08 5:39
Jay Royall16-Jun-08 5:39 
QuestionGridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 4:25
kindman_nb16-Jun-08 4:25 
AnswerRe: Gridview blanks cell returns &nbsp !!! Pin
Parwej Ahamad16-Jun-08 5:27
professionalParwej Ahamad16-Jun-08 5:27 
GeneralRe: Gridview blanks cell returns &nbsp !!! Pin
kindman_nb16-Jun-08 5:41
kindman_nb16-Jun-08 5:41 
GeneralRe: Gridview blanks cell returns &nbsp !!! Pin
Parwej Ahamad16-Jun-08 5:51
professionalParwej Ahamad16-Jun-08 5:51 
Please try this way for getting the current row:

int index = Convert.ToInt32(e.CommandArgument);
GridViewRow row = YourGridView.Rows[index];
txtID.Text = row.Cells[0].Text);
...................


Parwej Ahamad
R & D: REST services with WCF

QuestionProblems in Short code sms Pin
bijeshputhalath16-Jun-08 4:03
bijeshputhalath16-Jun-08 4:03 
AnswerRe: Problems in Short code sms Pin
Christian Graus16-Jun-08 4:04
protectorChristian Graus16-Jun-08 4:04 
QuestionJava Web service for .Net client Pin
indian14316-Jun-08 3:51
indian14316-Jun-08 3:51 
AnswerRe: Java Web service for .Net client Pin
Christian Graus16-Jun-08 3:53
protectorChristian Graus16-Jun-08 3:53 
GeneralRe: If anybody finds it pls. help me - Java Web service for .Net client Pin
indian14316-Jun-08 5:16
indian14316-Jun-08 5:16 
GeneralRe: If anybody finds it pls. help me - Java Web service for .Net client Pin
Christian Graus16-Jun-08 11:40
protectorChristian Graus16-Jun-08 11:40 
QuestionHow can i get system information using asp.net Pin
Satish - Developer16-Jun-08 3:18
Satish - Developer16-Jun-08 3:18 
AnswerRe: How can i get system information using asp.net Pin
Christian Graus16-Jun-08 3:20
protectorChristian Graus16-Jun-08 3:20 
GeneralRe: How can i get system information using asp.net Pin
Satish - Developer16-Jun-08 3:24
Satish - Developer16-Jun-08 3:24 
GeneralRe: How can i get system information using asp.net Pin
Christian Graus16-Jun-08 3:27
protectorChristian Graus16-Jun-08 3:27 
GeneralRe: How can i get system information using asp.net Pin
Satish - Developer16-Jun-08 3:30
Satish - Developer16-Jun-08 3:30 
QuestionBind Nested objects to Dropdown Pin
Member 183766116-Jun-08 3:02
Member 183766116-Jun-08 3:02 
Questioncontrol speed of expanding panel Pin
S.Aijaz16-Jun-08 2:55
S.Aijaz16-Jun-08 2:55 
AnswerRe: control speed of expanding panel Pin
Imran Khan Pathan16-Jun-08 2:59
Imran Khan Pathan16-Jun-08 2:59 
GeneralRe: control speed of expanding panel Pin
S.Aijaz16-Jun-08 17:49
S.Aijaz16-Jun-08 17:49 
QuestionDiv in Content Page Pin
.NET- India 16-Jun-08 2:37
.NET- India 16-Jun-08 2:37 
AnswerRe: Div in Content Page Pin
Christian Graus16-Jun-08 2:41
protectorChristian Graus16-Jun-08 2:41 

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.