Click here to Skip to main content
15,906,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: session is not going to next page...help me Pin
sowvin8-Dec-07 3:37
sowvin8-Dec-07 3:37 
GeneralRe: session is not going to next page...help me Pin
Michael Sync8-Dec-07 3:41
Michael Sync8-Dec-07 3:41 
GeneralException pbm in Sql Pin
SreejithAchutan7-Dec-07 17:12
SreejithAchutan7-Dec-07 17:12 
GeneralRe: Exception pbm in Sql Pin
Gamzun8-Dec-07 9:36
Gamzun8-Dec-07 9:36 
GeneralASP page that stacks on status loading Pin
deus7897-Dec-07 15:07
deus7897-Dec-07 15:07 
QuestionAccess files from remote machine Pin
DotNetXenon7-Dec-07 9:36
DotNetXenon7-Dec-07 9:36 
GeneralRe: Access files from remote machine Pin
DotNetXenon7-Dec-07 9:54
DotNetXenon7-Dec-07 9:54 
Generalonblur i cant get result Pin
Ajeet mittal7-Dec-07 9:35
Ajeet mittal7-Dec-07 9:35 
i have to show a message when the entered value is not having length greter than 6.for that i am writing following javascript.
I call this javascript on onblur of text,but i cant get focous back to desired textbox.
it goes to another control.I am using server control.

Javascript Function
-------------------------
function lengthCheck(obj)
{
if(obj.value.length<6){
alert("wrong name");
obj.value="";
obj.focus();
}
}
-------------------------
here i use it
<asp:textbox id="TextBox1" runat="server" onblur="return lengthCheck(TextBox1);"></asp:textbox>

can one help to me,so that i will fix my problem.
thanking U
GeneralRe: onblur i cant get result Pin
pmarfleet7-Dec-07 10:51
pmarfleet7-Dec-07 10:51 
GeneralRe: onblur i cant get result Pin
Ajeet mittal7-Dec-07 11:53
Ajeet mittal7-Dec-07 11:53 
QuestionPlease help - MultiView/View with MenuItems and GridViews Pin
Member 47002257-Dec-07 8:35
Member 47002257-Dec-07 8:35 
Generalusing a class in another webform Pin
nigel20007-Dec-07 6:48
nigel20007-Dec-07 6:48 
GeneralRe: using a class in another webform Pin
Michael Sync7-Dec-07 7:06
Michael Sync7-Dec-07 7:06 
GeneralRe: using a class in another webform Pin
J$7-Dec-07 7:12
J$7-Dec-07 7:12 
GeneralRe: using a class in another webform Pin
nigel20007-Dec-07 8:25
nigel20007-Dec-07 8:25 
QuestionHow To Select Only One Radio Button in GridView Control in C# Pin
mrgaddam7-Dec-07 4:41
mrgaddam7-Dec-07 4:41 
AnswerRe: How To Select Only One Radio Button in GridView Control in C# Pin
Michael Sync7-Dec-07 6:03
Michael Sync7-Dec-07 6:03 
GeneralRe: How To Select Only One Radio Button in GridView Control in C# Pin
Michael Sync7-Dec-07 6:05
Michael Sync7-Dec-07 6:05 
GeneralException when calling web service: The underlying connection was closed Pin
Talal Sultan7-Dec-07 3:49
Talal Sultan7-Dec-07 3:49 
GeneralJavascript Error Pin
M_Menon7-Dec-07 3:43
M_Menon7-Dec-07 3:43 
GeneralRe: Javascript Error Pin
Michael Sync7-Dec-07 4:03
Michael Sync7-Dec-07 4:03 
GeneralRe: Javascript Error Pin
M_Menon7-Dec-07 4:35
M_Menon7-Dec-07 4:35 
GeneralWho vote 1 for the correct answer? Pin
Michael Sync7-Dec-07 6:13
Michael Sync7-Dec-07 6:13 
GeneralRe: Javascript Error Pin
Pushpendra patwal8-Dec-07 3:28
Pushpendra patwal8-Dec-07 3:28 
GeneralDifference Between Div and Table Pin
Khan.Bangash7-Dec-07 3:22
Khan.Bangash7-Dec-07 3:22 

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.