Click here to Skip to main content
16,007,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralPlz help me abt login controls [modified] Pin
Member 387988121-Feb-08 0:10
Member 387988121-Feb-08 0:10 
QuestionProblem with Sessions Pin
kolag21-Feb-08 0:10
kolag21-Feb-08 0:10 
QuestionNew Features in 3.5 [modified] Pin
Kuricheti20-Feb-08 23:42
Kuricheti20-Feb-08 23:42 
GeneralRe: New Features in 3.5 Pin
Not Active21-Feb-08 2:18
mentorNot Active21-Feb-08 2:18 
GeneralRe: New Features in 3.5 Pin
Kuricheti21-Feb-08 4:51
Kuricheti21-Feb-08 4:51 
GeneralRe: New Features in 3.5 Pin
Not Active21-Feb-08 5:13
mentorNot Active21-Feb-08 5:13 
QuestionDataGrid Property Builder ??? Pin
John Sundar20-Feb-08 23:28
John Sundar20-Feb-08 23:28 
Questionleft trim Pin
Sonia Gupta20-Feb-08 23:18
Sonia Gupta20-Feb-08 23:18 
i am writing the following line of code to left trim the textbox value in java script asp.net source code file

var sp = document.getElementById('TextBox1');<br />
            alert(sp.value.length);<br />
            var re = /^[\s]+/;<br />
            sp.value.Repace(re , "$1");            <br />
            alert(sp.value.length);<br />
            return false;

The code is not trimming the left white spaces.
can somebody please rectify the problem?

Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

GeneralConfiguration error Pin
Member 387988120-Feb-08 22:55
Member 387988120-Feb-08 22:55 
GeneralThread: GridView isn't showing up Pin
Albert8320-Feb-08 21:43
Albert8320-Feb-08 21:43 
Generalhtml table sort and scroll with fixed header Pin
venky45620-Feb-08 21:01
venky45620-Feb-08 21:01 
GeneralRe: html table sort and scroll with fixed header Pin
Christian Graus20-Feb-08 21:09
protectorChristian Graus20-Feb-08 21:09 
QuestionSQL Pin
senthilsstil20-Feb-08 21:00
senthilsstil20-Feb-08 21:00 
GeneralRe: SQL Pin
Christian Graus20-Feb-08 21:06
protectorChristian Graus20-Feb-08 21:06 
GeneralVallidation Expression for string values Pin
SreejithAchutan20-Feb-08 20:51
SreejithAchutan20-Feb-08 20:51 
GeneralRe: Vallidation Expression for string values Pin
Christian Graus20-Feb-08 22:17
protectorChristian Graus20-Feb-08 22:17 
GeneralRe: Vallidation Expression for string values Pin
Usharva21-Feb-08 1:17
Usharva21-Feb-08 1:17 
GeneralRe: Vallidation Expression for string values Pin
SreejithAchutan21-Feb-08 16:15
SreejithAchutan21-Feb-08 16:15 
QuestionChanges is not applying [modified] Pin
~V~20-Feb-08 20:24
~V~20-Feb-08 20:24 
GeneralRe: Changes is not applying Pin
Christian Graus20-Feb-08 20:38
protectorChristian Graus20-Feb-08 20:38 
GeneralRe: Changes is not applying Pin
~V~20-Feb-08 20:40
~V~20-Feb-08 20:40 
GeneralRe: Changes is not applying Pin
~V~21-Feb-08 19:20
~V~21-Feb-08 19:20 
GeneralReading an HTML file and putting to database. Pin
Trav120-Feb-08 20:23
Trav120-Feb-08 20:23 
GeneralRe: Reading an HTML file and putting to database. Pin
Christian Graus20-Feb-08 20:42
protectorChristian Graus20-Feb-08 20:42 
QuestionHow to Create Microsite Pin
raushan_920-Feb-08 19:46
raushan_920-Feb-08 19:46 

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.