Click here to Skip to main content
15,895,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Question Pin
Eduard Keilholz15-May-08 23:24
Eduard Keilholz15-May-08 23:24 
AnswerRe: Question Pin
J4amieC15-May-08 23:25
J4amieC15-May-08 23:25 
AnswerRe: Question Pin
J4amieC15-May-08 23:33
J4amieC15-May-08 23:33 
GeneralRe: Question Pin
nithydurai16-May-08 0:24
nithydurai16-May-08 0:24 
GeneralRe: Question Pin
J4amieC16-May-08 0:26
J4amieC16-May-08 0:26 
QuestionArabic sqlserver database problem Pin
Mogaambo15-May-08 22:56
Mogaambo15-May-08 22:56 
AnswerRe: Arabic sqlserver database problem Pin
Blue_Boy15-May-08 23:32
Blue_Boy15-May-08 23:32 
QuestionUser Control Pin
248912815-May-08 22:46
248912815-May-08 22:46 
i've created an user control with two textboxes. i've add it in a page at run time in pages load event as

UserControl uc = null;<br />
<br />
    protected void Page_Load(object sender, EventArgs e)<br />
    {<br />
        if (!Page.IsPostBack)<br />
        {<br />
            uc = (UserControl)LoadControl("UserControl/data.ascx");<br />
            PlaceHolder1.Controls.Add(uc);<br />
        }<br />
    }


but after pst back it dis aapears. what is the reason? i've to collect values of text boxes of user conter after post back.
AnswerRe: User Control Pin
Eduard Keilholz15-May-08 22:57
Eduard Keilholz15-May-08 22:57 
AnswerRe: User Control Pin
Christian Graus15-May-08 23:02
protectorChristian Graus15-May-08 23:02 
GeneralRe: User Control Pin
Eduard Keilholz15-May-08 23:14
Eduard Keilholz15-May-08 23:14 
GeneralRe: User Control Pin
Christian Graus15-May-08 23:30
protectorChristian Graus15-May-08 23:30 
GeneralRe: User Control Pin
Eduard Keilholz15-May-08 23:47
Eduard Keilholz15-May-08 23:47 
AnswerRe: User Control Pin
248912816-May-08 0:57
248912816-May-08 0:57 
Questionconvert names to punjabi language in vb.net Pin
aishasin15-May-08 21:37
aishasin15-May-08 21:37 
AnswerRe: convert names to punjabi language in vb.net Pin
Mogaambo15-May-08 22:57
Mogaambo15-May-08 22:57 
QuestionRe: convert names to punjabi language in vb.net Pin
Vasudevan Deepak Kumar16-May-08 0:31
Vasudevan Deepak Kumar16-May-08 0:31 
QuestionHow to publish webservice in VS 2003 Pin
Zeeshan Ahmed Memon15-May-08 20:51
Zeeshan Ahmed Memon15-May-08 20:51 
QuestionHow create .css file or .txt file dynamically Pin
Guvera15-May-08 19:41
Guvera15-May-08 19:41 
AnswerRe: How create .css file or .txt file dynamically Pin
Christian Graus15-May-08 20:48
protectorChristian Graus15-May-08 20:48 
QuestionERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursor Pin
wongeva15-May-08 19:27
wongeva15-May-08 19:27 
AnswerRe: ERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursor Pin
eyeseetee15-May-08 21:20
eyeseetee15-May-08 21:20 
Questionpointing to the wrong DB Pin
zaimah15-May-08 16:06
zaimah15-May-08 16:06 
AnswerNote to CP members Pin
leckey15-May-08 16:53
leckey15-May-08 16:53 
GeneralRe: Note to CP members Pin
Christian Graus15-May-08 16:55
protectorChristian Graus15-May-08 16:55 

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.