Click here to Skip to main content
15,867,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Application designing issue Pin
Abhijit Jana24-Nov-09 18:56
professionalAbhijit Jana24-Nov-09 18:56 
AnswerRe: Application designing issue Pin
Vimalsoft(Pty) Ltd24-Nov-09 19:27
professionalVimalsoft(Pty) Ltd24-Nov-09 19:27 
AnswerRe: Application designing issue Pin
carlecomm26-Nov-09 14:45
carlecomm26-Nov-09 14:45 
QuestionDetailsView Update Problem Pin
RajpootRohan24-Nov-09 18:11
professionalRajpootRohan24-Nov-09 18:11 
AnswerRe: DetailsView Update Problem Pin
Nishant Singh24-Nov-09 20:07
Nishant Singh24-Nov-09 20:07 
GeneralRe: DetailsView Update Problem Pin
RajpootRohan24-Nov-09 20:29
professionalRajpootRohan24-Nov-09 20:29 
GeneralRe: DetailsView Update Problem Pin
Nishant Singh24-Nov-09 21:20
Nishant Singh24-Nov-09 21:20 
GeneralRe: DetailsView Update Problem Pin
RajpootRohan24-Nov-09 23:10
professionalRajpootRohan24-Nov-09 23:10 
I checked the page source. I think here is the problem. The update button is this:

<br />
<a href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ContentPlaceHolder1$DetailsView1$ctl12&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))" style="color:#333333;">Update</a><br />


I think it should be:

<br />
<a href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$DetailsView1$ctl12','')" style="color:Black;">Update</a><br />


cheers,
sneha

GeneralRe: DetailsView Update Problem Pin
sashidhar24-Nov-09 21:30
sashidhar24-Nov-09 21:30 
QuestionReal problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 6:30
Maxdd 724-Nov-09 6:30 
AnswerRe: Real problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 7:31
Maxdd 724-Nov-09 7:31 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Christian Graus24-Nov-09 7:32
protectorChristian Graus24-Nov-09 7:32 
GeneralRe: Real problem with GridView TemplateField Sorting [modified] Pin
Maxdd 724-Nov-09 10:33
Maxdd 724-Nov-09 10:33 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Christian Graus24-Nov-09 11:18
protectorChristian Graus24-Nov-09 11:18 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 11:53
Maxdd 724-Nov-09 11:53 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Christian Graus24-Nov-09 12:02
protectorChristian Graus24-Nov-09 12:02 
GeneralRe: Real problem with GridView TemplateField Sorting Pin
Maxdd 724-Nov-09 15:25
Maxdd 724-Nov-09 15:25 
AnswerRe: Real problem with GridView TemplateField Sorting Pin
Abhishek Sur24-Nov-09 9:00
professionalAbhishek Sur24-Nov-09 9:00 
QuestionHow can we find the application which caused the failure of email. Pin
chandra vempati24-Nov-09 6:28
chandra vempati24-Nov-09 6:28 
AnswerRe: How can we find the application which caused the failure of email. Pin
Christian Graus24-Nov-09 6:45
protectorChristian Graus24-Nov-09 6:45 
AnswerRe: How can we find the application which caused the failure of email. Pin
Abhishek Sur24-Nov-09 9:06
professionalAbhishek Sur24-Nov-09 9:06 
Questionasp to asp.net migration Pin
FEMDEV24-Nov-09 4:15
FEMDEV24-Nov-09 4:15 
AnswerRe: asp to asp.net migration Pin
The Man from U.N.C.L.E.24-Nov-09 4:33
The Man from U.N.C.L.E.24-Nov-09 4:33 
AnswerRe: asp to asp.net migration Pin
Abhishek Sur24-Nov-09 4:36
professionalAbhishek Sur24-Nov-09 4:36 
GeneralRe: asp to asp.net migration Pin
FEMDEV24-Nov-09 4:48
FEMDEV24-Nov-09 4: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.