Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: error creating directory in ftp : access Denied Pin
Brij22-Jul-09 3:10
mentorBrij22-Jul-09 3:10 
AnswerRe: error creating directory in ftp : access Denied Pin
Abhijit Jana22-Jul-09 3:27
professionalAbhijit Jana22-Jul-09 3:27 
AnswerRe: error creating directory in ftp : access Denied Pin
Vasudevan Deepak Kumar22-Jul-09 3:34
Vasudevan Deepak Kumar22-Jul-09 3:34 
AnswerRe: error creating directory in ftp : access Denied Pin
Abhishek Sur22-Jul-09 3:37
professionalAbhishek Sur22-Jul-09 3:37 
QuestionCreating dynimic text boxes on selection of drop down list Pin
jrsreenivas22-Jul-09 2:26
jrsreenivas22-Jul-09 2:26 
AnswerRe: Creating dynimic text boxes on selection of drop down list Pin
Abhijit Jana22-Jul-09 3:39
professionalAbhijit Jana22-Jul-09 3:39 
GeneralRe: Creating dynimic text boxes on selection of drop down list Pin
jrsreenivas22-Jul-09 3:50
jrsreenivas22-Jul-09 3:50 
GeneralRe: Creating dynimic text boxes on selection of drop down list Pin
Abhijit Jana22-Jul-09 5:16
professionalAbhijit Jana22-Jul-09 5:16 
jrsreenivas wrote:
can you please let me know the code how to write pre_init()

Hi Try this,
protected void Page_PreInit(object sender, EventArgs e)
    {
        if (Page.IsPostBack)
        {
            string s = Request.Form["DropDownList1"];
            //Convert S to int and create the Textbox.
        }
    }


Hope this will help you Smile | :)

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
My Latest Article : IIS Remote Debugging

AnswerRe: Creating dynimic text boxes on selection of drop down list Pin
Abhishek Sur22-Jul-09 3:42
professionalAbhishek Sur22-Jul-09 3:42 
GeneralRe: Creating dynimic text boxes on selection of drop down list Pin
jrsreenivas22-Jul-09 3:48
jrsreenivas22-Jul-09 3:48 
QuestionRunning ASP.NET web project with unsafe C# code Pin
Chesnokov Yuriy22-Jul-09 2:23
professionalChesnokov Yuriy22-Jul-09 2:23 
AnswerRe: Running ASP.NET web project with unsafe C# code Pin
Chesnokov Yuriy22-Jul-09 19:31
professionalChesnokov Yuriy22-Jul-09 19:31 
Questionhandling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 1:05
ACMA_198022-Jul-09 1:05 
AnswerRe: handling add contact event in outlook 07 Pin
Manas Bhardwaj22-Jul-09 1:08
professionalManas Bhardwaj22-Jul-09 1:08 
JokeRe: handling add contact event in outlook 07 Pin
Abhijit Jana22-Jul-09 1:12
professionalAbhijit Jana22-Jul-09 1:12 
AnswerRe: handling add contact event in outlook 07 Pin
Abhijit Jana22-Jul-09 1:08
professionalAbhijit Jana22-Jul-09 1:08 
GeneralRe: handling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 1:13
ACMA_198022-Jul-09 1:13 
QuestionTextBox onTextChanged Event Pin
megivimal22-Jul-09 1:02
megivimal22-Jul-09 1:02 
AnswerRe: TextBox onTextChanged Event Pin
Brij22-Jul-09 1:38
mentorBrij22-Jul-09 1:38 
GeneralRe: TextBox onTextChanged Event Pin
megivimal22-Jul-09 5:07
megivimal22-Jul-09 5:07 
GeneralRe: TextBox onTextChanged Event Pin
DoctorMick22-Jul-09 6:08
DoctorMick22-Jul-09 6:08 
GeneralRe: TextBox onTextChanged Event Pin
megivimal22-Jul-09 20:23
megivimal22-Jul-09 20:23 
GeneralRe: TextBox onTextChanged Event Pin
Brij22-Jul-09 6:57
mentorBrij22-Jul-09 6:57 
Question[Message Deleted] Pin
ravindarp22-Jul-09 0:47
ravindarp22-Jul-09 0:47 
AnswerRe: Alert mail in my Inbox( it may be corporate or gmail or yahoo) on perticular information(topic) Pin
Manas Bhardwaj22-Jul-09 0:53
professionalManas Bhardwaj22-Jul-09 0:53 

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.