Click here to Skip to main content
15,893,814 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Need Help Pin
Craster14-Jun-07 3:18
Craster14-Jun-07 3:18 
AnswerRe: Need Help Pin
leckey14-Jun-07 4:16
leckey14-Jun-07 4:16 
Questiong Pin
rahul.net1114-Jun-07 2:44
rahul.net1114-Jun-07 2:44 
QuestionSMTP Exception Pin
DKalepu14-Jun-07 2:28
DKalepu14-Jun-07 2:28 
AnswerRe: SMTP Exception Pin
szukuro14-Jun-07 2:43
szukuro14-Jun-07 2:43 
GeneralRe: SMTP Exception Pin
DKalepu14-Jun-07 2:50
DKalepu14-Jun-07 2:50 
GeneralRe: SMTP Exception Pin
szukuro14-Jun-07 3:50
szukuro14-Jun-07 3:50 
Questionto clear all the textboxes in web page Pin
codingrocks14-Jun-07 1:59
codingrocks14-Jun-07 1:59 
i wanna clear all the text boxes in the web page in asp.net

i wrote a function in the code like this ....

private void cleartextBox(System.Web.UI.WebControls.TextBox cc)
    {
        foreach (Control c in cc)
        {
            if (c.GetType().ToString() == "System.Web.UI.WebControls.TextBox")
            {
                c.text = "";

            }
                            
        }
    }


plz help me....

SAJAN A PILLAI

C#.NET Programmer
TELESOFT INDIA PVT LTD...
BANGALORE

AnswerRe: to clear all the textboxes in web page [modified] Pin
pradeep kumarappagari14-Jun-07 2:09
pradeep kumarappagari14-Jun-07 2:09 
AnswerRe: to clear all the textboxes in web page Pin
Blue_Boy14-Jun-07 2:10
Blue_Boy14-Jun-07 2:10 
AnswerRe: to clear all the textboxes in web page Pin
Sylvester george14-Jun-07 2:11
Sylvester george14-Jun-07 2:11 
AnswerRe: to clear all the textboxes in web page Pin
dhulipudi14-Jun-07 3:34
dhulipudi14-Jun-07 3:34 
AnswerRe: to clear all the textboxes in web page Pin
szukuro14-Jun-07 4:14
szukuro14-Jun-07 4:14 
QuestionMsgbox in asp.net Pin
Member 387988114-Jun-07 1:47
Member 387988114-Jun-07 1:47 
AnswerRe: Msgbox in asp.net Pin
Sathesh Sakthivel14-Jun-07 1:53
Sathesh Sakthivel14-Jun-07 1:53 
AnswerRe: Msgbox in asp.net Pin
Sylvester george14-Jun-07 2:01
Sylvester george14-Jun-07 2:01 
GeneralRe: Msgbox in asp.net Pin
shervin jijo14-Jun-07 18:15
shervin jijo14-Jun-07 18:15 
AnswerRe: Msgbox in asp.net Pin
koolprasad200314-Jun-07 23:19
professionalkoolprasad200314-Jun-07 23:19 
Questionwebpages flickers/Blinks during post backs.... Pin
dhulipudi14-Jun-07 1:29
dhulipudi14-Jun-07 1:29 
AnswerRe: webpages flickers/Blinks during post backs.... Pin
Sylvester george14-Jun-07 2:19
Sylvester george14-Jun-07 2:19 
GeneralRe: webpages flickers/Blinks during post backs.... Pin
dhulipudi14-Jun-07 3:21
dhulipudi14-Jun-07 3:21 
Questionquery problem (with date format) in dot net Pin
deep714-Jun-07 1:25
deep714-Jun-07 1:25 
AnswerRe: query problem (with date format) in dot net Pin
andyharman14-Jun-07 3:33
professionalandyharman14-Jun-07 3:33 
GeneralRe: query problem (with date format) in dot net Pin
deep714-Jun-07 18:47
deep714-Jun-07 18:47 
QuestionChat coding Pin
Sathiya Narayanan14-Jun-07 1:22
Sathiya Narayanan14-Jun-07 1: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.