Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Auditing solution Pin
dotnetroookie30-Nov-07 11:14
dotnetroookie30-Nov-07 11:14 
GeneralRe: Auditing solution Pin
Christian Graus30-Nov-07 12:18
protectorChristian Graus30-Nov-07 12:18 
QuestionASP.Net open excel sheet and calculate? Pin
Knowledgestudent30-Nov-07 10:56
Knowledgestudent30-Nov-07 10:56 
AnswerRe: ASP.Net open excel sheet and calculate? Pin
pmarfleet30-Nov-07 12:06
pmarfleet30-Nov-07 12:06 
AnswerRe: ASP.Net open excel sheet and calculate? Pin
Christian Graus30-Nov-07 12:32
protectorChristian Graus30-Nov-07 12:32 
QuestionConfiguration on IIS Pin
Blue_Boy30-Nov-07 9:27
Blue_Boy30-Nov-07 9:27 
AnswerRe: Configuration on IIS Pin
N a v a n e e t h30-Nov-07 21:23
N a v a n e e t h30-Nov-07 21:23 
QuestionValidators inside GridView Pin
M_Menon30-Nov-07 6:42
M_Menon30-Nov-07 6:42 
Hi Friends,
I am using GridView. Therein , i am making edit, addnew,delete all the three functions.

Now i am using Validators for the TextBoxes.
I am putting Validators in FooterTemplate for Addnew TextBoxes and in EditTemplate for Edit TextBoxes.

The Validators work for once. That is if i click AddNew LinkButton it will give me the Error message, but once i use Edit or Update and then try it again. It doesnt work.

I think it is losing the ClientID of the textbox?
I am not sure, but i felt so. Because earlier i was using the Ajax ValidatorCallout, which was displaying me Javascript Error message in this situation that, ControlToValidate is null.

Yes i even tried simple JavaScript
Eg: var NewName
NewName = document.getElementById("ctl00_ContentPlaceHolder1_GVGuide_ctl05_txtNewName");
alert(NewName);
for above line it is not able to Get the Control, NewName is always NULL

and
$get('<%=txtNewPhone.ClientID %>').innerText;

this one above code gives me error txtNewPhone doesnt exist, which is inside the GridView.
I am really lost...

All i am trying to do is get a decent grid which can work with validators.

Any Suggestion or Help would be highly appreciated.
If you need to see my code in detail please let me know i will post it here.

Thanks



Cheers

Menon

Questionsession related problem Pin
codeproject_buna30-Nov-07 5:18
codeproject_buna30-Nov-07 5:18 
AnswerRe: session related problem Pin
Jyoti MCAD1-Dec-07 9:50
Jyoti MCAD1-Dec-07 9:50 
Questionshow decimal value in percentage in a data grid Pin
NvN>C30-Nov-07 4:39
NvN>C30-Nov-07 4:39 
AnswerRe: show decimal value in percentage in a data grid Pin
pmarfleet30-Nov-07 5:49
pmarfleet30-Nov-07 5:49 
GeneralRe: show decimal value in percentage in a data grid Pin
NvN>C30-Nov-07 6:04
NvN>C30-Nov-07 6:04 
GeneralRe: show decimal value in percentage in a data grid Pin
pmarfleet30-Nov-07 6:07
pmarfleet30-Nov-07 6:07 
QuestionError UserControl Pin
AnhTin30-Nov-07 3:59
AnhTin30-Nov-07 3:59 
QuestionIs possible that datasource support server side pagging with datareader Pin
puspendra napit30-Nov-07 3:38
puspendra napit30-Nov-07 3:38 
QuestionCurrency Column in Report Problem Pin
macca2430-Nov-07 3:34
macca2430-Nov-07 3:34 
AnswerRe: Currency Column in Report Problem Pin
pmarfleet30-Nov-07 4:48
pmarfleet30-Nov-07 4:48 
QuestionError Message when paging in Datgrid Pin
macca2430-Nov-07 3:33
macca2430-Nov-07 3:33 
AnswerRe: Error Message when paging in Datgrid Pin
Jyoti MCAD1-Dec-07 9:56
Jyoti MCAD1-Dec-07 9:56 
QuestionHtmlTextWriter change settings before sending out Pin
Leo Smith30-Nov-07 2:29
Leo Smith30-Nov-07 2:29 
Questionhow to check valid sessionID ? Pin
codeproject_buna30-Nov-07 2:22
codeproject_buna30-Nov-07 2:22 
AnswerRe: how to check valid sessionID ? Pin
Frank Kerrigan30-Nov-07 2:46
Frank Kerrigan30-Nov-07 2:46 
QuestionEdit a record in Grid View Pin
.NET- India 30-Nov-07 2:07
.NET- India 30-Nov-07 2:07 
AnswerRe: Edit a record in Grid View Pin
Frank Kerrigan30-Nov-07 2:56
Frank Kerrigan30-Nov-07 2:56 

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.