Click here to Skip to main content
15,913,408 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWant to learn GridView control Pin
Sandeep Akhare16-Apr-07 22:29
Sandeep Akhare16-Apr-07 22:29 
AnswerRe: Want to learn GridView control Pin
gauthee16-Apr-07 23:37
gauthee16-Apr-07 23:37 
QuestionHow to get the culture info for languages other than english Pin
krishnakumark16-Apr-07 22:12
krishnakumark16-Apr-07 22:12 
QuestionEventLog errors regarding IIS 6.0 Pin
Srinu_ss516-Apr-07 21:15
Srinu_ss516-Apr-07 21:15 
AnswerRe: EventLog errors regarding IIS 6.0 Pin
Sathesh Sakthivel16-Apr-07 21:25
Sathesh Sakthivel16-Apr-07 21:25 
GeneralRe: EventLog errors regarding IIS 6.0 Pin
Srinu_ss517-Apr-07 22:42
Srinu_ss517-Apr-07 22:42 
QuestionPassing data from one .aspx page to another .aspx page Pin
shyamts16-Apr-07 21:02
shyamts16-Apr-07 21:02 
AnswerRe: Passing data from one .aspx page to another .aspx page Pin
Mayank Parmar16-Apr-07 21:16
professionalMayank Parmar16-Apr-07 21:16 
But When i put break point and check the value of strQuery, it is showing
"textboxvalue" instead of characters typed in the textbox.

Because you are the biggest fool in this community.

Try this --
function limitText(){
var textboxvalue = document.getElementById("limitedtext").value;
if(textboxvalue.length == 10)
{
alert(textboxvalue);
var link = "popup.aspx?value=" + textboxvalue;
window.open(link,"","resizable=1,width=600,height=200")
}
}


Regards,
Mayank Parmar
Senior Software Engineer
Amba Tech
Gandhinagar, India

AnswerRe: Passing data from one .aspx page to another .aspx page Pin
Sandeep Akhare16-Apr-07 21:37
Sandeep Akhare16-Apr-07 21:37 
GeneralRe: Passing data from one .aspx page to another .aspx page Pin
Colin Angus Mackay16-Apr-07 21:56
Colin Angus Mackay16-Apr-07 21:56 
GeneralRe: Passing data from one .aspx page to another .aspx page Pin
Sandeep Akhare16-Apr-07 22:06
Sandeep Akhare16-Apr-07 22:06 
AnswerRe: Passing data from one .aspx page to another .aspx page Pin
Guffa16-Apr-07 22:28
Guffa16-Apr-07 22:28 
QuestionWriting a reaport in word document Pin
Golam Md. Mostafa16-Apr-07 19:58
Golam Md. Mostafa16-Apr-07 19:58 
AnswerRe: Writing a reaport in word document Pin
Sylvester george16-Apr-07 21:18
Sylvester george16-Apr-07 21:18 
QuestionHelp Pin
Mkanchha16-Apr-07 19:54
Mkanchha16-Apr-07 19:54 
AnswerRe: Help Pin
uowzd0116-Apr-07 20:05
uowzd0116-Apr-07 20:05 
AnswerRe: Help Pin
gauthee16-Apr-07 20:06
gauthee16-Apr-07 20:06 
AnswerRe: Help Pin
Guffa16-Apr-07 21:41
Guffa16-Apr-07 21:41 
Questionloading image from database to website Pin
Abolfazl Sheikhloo16-Apr-07 19:51
Abolfazl Sheikhloo16-Apr-07 19:51 
AnswerRe: loading image from database to website Pin
gauthee16-Apr-07 20:08
gauthee16-Apr-07 20:08 
GeneralRe: loading image from database to website Pin
Abolfazl Sheikhloo16-Apr-07 20:30
Abolfazl Sheikhloo16-Apr-07 20:30 
GeneralRe: loading image from database to website Pin
thomasa16-Apr-07 21:39
thomasa16-Apr-07 21:39 
GeneralRe: loading image from database to website Pin
Abolfazl Sheikhloo16-Apr-07 21:51
Abolfazl Sheikhloo16-Apr-07 21:51 
GeneralRe: loading image from database to website [modified] Pin
thomasa16-Apr-07 22:36
thomasa16-Apr-07 22:36 
Questionhow to create a javascript menubar? Pin
sathyan_829416-Apr-07 19:45
sathyan_829416-Apr-07 19:45 

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.