Click here to Skip to main content
15,915,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: fillilng a dropdown list which is inside a updatepanel Pin
sanjubaba26-Dec-07 19:10
sanjubaba26-Dec-07 19:10 
GeneralRe: fillilng a dropdown list which is inside a updatepanel Pin
sanjubaba26-Dec-07 23:17
sanjubaba26-Dec-07 23:17 
Questionserver.transfer Pin
dasumohan26-Dec-07 17:24
dasumohan26-Dec-07 17:24 
GeneralRe: server.transfer Pin
Michael Sync26-Dec-07 19:10
Michael Sync26-Dec-07 19:10 
GeneralASP.Net Textbox Pin
rajanandal26-Dec-07 17:13
rajanandal26-Dec-07 17:13 
GeneralRe: ASP.Net Textbox Pin
Venkatesh Mookkan26-Dec-07 17:34
Venkatesh Mookkan26-Dec-07 17:34 
GeneralRe: ASP.Net Textbox Pin
rashidpervaiz0826-Dec-07 20:27
rashidpervaiz0826-Dec-07 20:27 
Questionhow this can be converted to vb Pin
jagan12326-Dec-07 17:07
jagan12326-Dec-07 17:07 
private string ToSentenceCase(Match match)
{
return match.Value[0].ToString().ToUpper() +
match.Value.Substring(1);
}

string text = Regex.Replace(TextBox.Text, @"\w+", ToSentenceCase);

and in return function wat i have to send
AnswerRe: how this can be converted to vb Pin
Venkatesh Mookkan26-Dec-07 17:42
Venkatesh Mookkan26-Dec-07 17:42 
GeneralRe: how this can be converted to vb Pin
jagan12326-Dec-07 18:44
jagan12326-Dec-07 18:44 
AnswerRe: how this can be converted to vb Pin
Satish - Developer26-Dec-07 18:03
Satish - Developer26-Dec-07 18:03 
GeneralLoading a list or repeater with persistance Pin
allenpotter26-Dec-07 15:04
allenpotter26-Dec-07 15:04 
GeneralRe: Loading a list or repeater with persistance Pin
Venkatesh Mookkan26-Dec-07 17:00
Venkatesh Mookkan26-Dec-07 17:00 
Generalregister dll with inf Pin
samy10026-Dec-07 13:11
samy10026-Dec-07 13:11 
GeneralCalling Javascript on ReorderList callback event Pin
expinch26-Dec-07 8:40
expinch26-Dec-07 8:40 
GeneralFF vs IE Pin
Mustafa Ismail Mustafa26-Dec-07 6:48
Mustafa Ismail Mustafa26-Dec-07 6:48 
GeneralRe: FF vs IE Pin
martin_hughes26-Dec-07 11:05
martin_hughes26-Dec-07 11:05 
GeneralRe: FF vs IE Pin
Mustafa Ismail Mustafa26-Dec-07 23:15
Mustafa Ismail Mustafa26-Dec-07 23:15 
Questionhow to enlarge an image present in datalist control on mouseover Pin
Member 417064526-Dec-07 3:44
Member 417064526-Dec-07 3:44 
AnswerRe: how to enlarge an image present in datalist control on mouseover Pin
Not Active26-Dec-07 4:20
mentorNot Active26-Dec-07 4:20 
QuestionButton.Attributes.Add() Query ??? Pin
Abhijit Jana26-Dec-07 3:25
professionalAbhijit Jana26-Dec-07 3:25 
AnswerRe: Button.Attributes.Add() Query ??? Pin
Not Active26-Dec-07 3:36
mentorNot Active26-Dec-07 3:36 
GeneralRe: Button.Attributes.Add() Query ??? Pin
Abhijit Jana26-Dec-07 3:39
professionalAbhijit Jana26-Dec-07 3:39 
GeneralRe: Button.Attributes.Add() Query ??? Pin
Abhijit Jana26-Dec-07 3:51
professionalAbhijit Jana26-Dec-07 3:51 
QuestionHow do I use classes from a DLL Pin
Saviaq26-Dec-07 3:04
Saviaq26-Dec-07 3:04 

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.