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

ASP.NET

 
GeneralRe: textbox Pin
Parwej Ahamad4-Nov-06 6:33
professionalParwej Ahamad4-Nov-06 6:33 
GeneralRe: textbox Pin
Britney S. Morales7-Nov-06 1:31
Britney S. Morales7-Nov-06 1:31 
GeneralRe: textbox Pin
Parwej Ahamad7-Nov-06 5:05
professionalParwej Ahamad7-Nov-06 5:05 
AnswerRe: textbox Pin
Rahithi6-Nov-06 4:14
Rahithi6-Nov-06 4:14 
QuestionWebPartZone Control which shud include Icon in titlebar Pin
Soniya_k4-Nov-06 2:29
Soniya_k4-Nov-06 2:29 
AnswerRe: WebPartZone Control which shud include Icon in titlebar Pin
Parwej Ahamad4-Nov-06 6:12
professionalParwej Ahamad4-Nov-06 6:12 
QuestionHow to make same message read by 1 member and must have unread to other Pin
dhatchu4-Nov-06 1:55
dhatchu4-Nov-06 1:55 
QuestionHow to get return value of javascript function from codebehind page Pin
aaraaayen4-Nov-06 1:30
aaraaayen4-Nov-06 1:30 
Friends,

Please tell me how get the return value of javascript function from codebehind page.

Now I want get the value of this function from .aspx.cs page.

Page_Load():
txtEmail.Attributes.Add("onBlur", "GetUserId(this.value)");

.aspx Page:
function GetUserId(values)
{

for(var i=0;i<=values.length-1;i++)
{
var pos=values.indexOf("@");
// alert(pos);
}
var uid=values.substring(0,pos);
alert(uid);
return uid;
}


Please Help.
Thanks in Advance.

Thanks and Regards,


Prya

AnswerRe: How to get return value of javascript function from codebehind page Pin
Parwej Ahamad4-Nov-06 6:22
professionalParwej Ahamad4-Nov-06 6:22 
GeneralRe: How to get return value of javascript function from codebehind page Pin
aaraaayen5-Nov-06 18:18
aaraaayen5-Nov-06 18:18 
GeneralRe: How to get return value of javascript function from codebehind page Pin
Parwej Ahamad5-Nov-06 23:30
professionalParwej Ahamad5-Nov-06 23:30 
QuestionURI formats not supported Pin
Deepak the Cool3-Nov-06 23:52
Deepak the Cool3-Nov-06 23:52 
AnswerRe: URI formats not supported Pin
just3ala24-Nov-06 20:02
just3ala24-Nov-06 20:02 
QuestionUnable to send mail by using ASP.Net 2.0 Pin
DineshSharma3-Nov-06 22:37
DineshSharma3-Nov-06 22:37 
AnswerRe: Unable to send mail by using ASP.Net 2.0 Pin
Suresh Pirsquare3-Nov-06 22:48
Suresh Pirsquare3-Nov-06 22:48 
QuestionUnable To Start the debugging on the web server Pin
demane3-Nov-06 22:23
demane3-Nov-06 22:23 
AnswerRe: Unable To Start the debugging on the web server Pin
Suresh Pirsquare3-Nov-06 22:28
Suresh Pirsquare3-Nov-06 22:28 
AnswerRe: Unable To Start the debugging on the web server Pin
Deepak the Cool4-Nov-06 0:36
Deepak the Cool4-Nov-06 0:36 
GeneralRe: Unable To Start the debugging on the web server Pin
demane6-Nov-06 18:10
demane6-Nov-06 18:10 
QuestionSet width of Autogenerated columns in Datagrid Pin
varun_khanna173-Nov-06 22:07
varun_khanna173-Nov-06 22:07 
AnswerRe: Set width of Autogenerated columns in Datagrid Pin
Suresh Pirsquare3-Nov-06 22:40
Suresh Pirsquare3-Nov-06 22:40 
QuestionUpload files to sever hard disk Pin
david boon3-Nov-06 20:53
david boon3-Nov-06 20:53 
Questionhi i want to get my test.aspx page view source(html) at runtime Pin
Deepak the Cool3-Nov-06 20:31
Deepak the Cool3-Nov-06 20:31 
AnswerRe: hi i want to get my test.aspx page view source(html) at runtime Pin
minhpc_bk3-Nov-06 21:00
minhpc_bk3-Nov-06 21:00 
GeneralRe: hi i want to get my test.aspx page view source(html) at runtime Pin
Deepak the Cool3-Nov-06 23:08
Deepak the Cool3-Nov-06 23:08 

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.