Click here to Skip to main content
15,899,474 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: connection code problem.. Pin
yorockk25-Mar-09 3:48
yorockk25-Mar-09 3:48 
Questionpaging in datalist Pin
maheshsahini24-Mar-09 21:27
maheshsahini24-Mar-09 21:27 
AnswerRe: paging in datalist Pin
Abhijit Jana24-Mar-09 22:02
professionalAbhijit Jana24-Mar-09 22:02 
AnswerRe: paging in datalist Pin
vinodkrebc24-Mar-09 23:42
vinodkrebc24-Mar-09 23:42 
Questionpostback in asp.net Pin
viit.projectgroup24-Mar-09 21:08
viit.projectgroup24-Mar-09 21:08 
AnswerRe: postback in asp.net Pin
Abhijit Jana24-Mar-09 21:59
professionalAbhijit Jana24-Mar-09 21:59 
AnswerRe: postback in asp.net Pin
kumar_k50824-Mar-09 23:20
kumar_k50824-Mar-09 23:20 
Questionwant to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
pramod251724-Mar-09 20:44
pramod251724-Mar-09 20:44 
want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, I tried with

Private Sub Text1_KeyPress(KeyAscii As Integer)


If KeyAscii >= 65 And KeyAscii <= 122 Then

Text1.Text = UCase(Text1.text)

End If

End Sub

but it is printing in reverse , is there any other mothods.
AnswerRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
Abhijit Jana24-Mar-09 22:06
professionalAbhijit Jana24-Mar-09 22:06 
GeneralRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
pramod251724-Mar-09 23:12
pramod251724-Mar-09 23:12 
GeneralRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
Abhijit Jana24-Mar-09 23:19
professionalAbhijit Jana24-Mar-09 23:19 
AnswerRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
SunithaNallana24-Mar-09 23:00
SunithaNallana24-Mar-09 23:00 
GeneralRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
pramod251724-Mar-09 23:15
pramod251724-Mar-09 23:15 
AnswerRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ? Pin
vinodkrebc24-Mar-09 23:50
vinodkrebc24-Mar-09 23:50 
Questionhow to refresh only adrotator and not the web page Pin
aashish.saalvi24-Mar-09 20:00
aashish.saalvi24-Mar-09 20:00 
AnswerRe: how to refresh only adrotator and not the web page Pin
Christian Graus24-Mar-09 20:17
protectorChristian Graus24-Mar-09 20:17 
GeneralRe: how to refresh only adrotator and not the web page Pin
aashish.saalvi24-Mar-09 21:39
aashish.saalvi24-Mar-09 21:39 
GeneralRe: how to refresh only adrotator and not the web page Pin
aashish.saalvi24-Mar-09 21:43
aashish.saalvi24-Mar-09 21:43 
AnswerRe: how to refresh only adrotator and not the web page Pin
mr_muskurahat24-Mar-09 20:19
mr_muskurahat24-Mar-09 20:19 
GeneralRe: how to refresh only adrotator and not the web page Pin
aashish.saalvi24-Mar-09 21:40
aashish.saalvi24-Mar-09 21:40 
GeneralRe: how to refresh only adrotator and not the web page Pin
aashish.saalvi24-Mar-09 21:44
aashish.saalvi24-Mar-09 21:44 
GeneralRe: how to refresh only adrotator and not the web page Pin
mr_muskurahat24-Mar-09 22:07
mr_muskurahat24-Mar-09 22:07 
QuestionSum the time(hh:mm:ss format ) field in a group in Crystal Report? Pin
G Nathan24-Mar-09 19:22
G Nathan24-Mar-09 19:22 
AnswerRe: Sum the time(hh:mm:ss format ) field in a group in Crystal Report? Pin
vinodkrebc25-Mar-09 0:06
vinodkrebc25-Mar-09 0:06 
QuestionHow to read barcode in asp.net via webcam Pin
vaibhav.dagade24-Mar-09 19:17
vaibhav.dagade24-Mar-09 19:17 

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.