Click here to Skip to main content
15,909,242 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Passing Controls Pin
Not Active28-Aug-06 5:57
mentorNot Active28-Aug-06 5:57 
AnswerRe: Passing Controls Pin
Not Active28-Aug-06 5:11
mentorNot Active28-Aug-06 5:11 
GeneralRe: Passing Controls Pin
cisco210328-Aug-06 5:26
cisco210328-Aug-06 5:26 
GeneralRe: Passing Controls Pin
Not Active28-Aug-06 5:55
mentorNot Active28-Aug-06 5:55 
Questionhi Pin
FREAK880228-Aug-06 4:01
FREAK880228-Aug-06 4:01 
QuestionNew to Asp.Net Pin
drc_no128-Aug-06 3:39
drc_no128-Aug-06 3:39 
AnswerRe: Read XML file from App_Data Pin
Guffa28-Aug-06 4:01
Guffa28-Aug-06 4:01 
GeneralRe: New to Asp.Net [modified] Pin
drc_no128-Aug-06 4:22
drc_no128-Aug-06 4:22 
THANKS A LOT!!
it was useful... i compiled it and it works on localhost. still, i get an error when i try to run it remotely, on http://drcnoib.somee.com[^] . i've set the customerror mode="Off" in web.config, but i still get that error.
i think the error comes from page_load event:
<br />
protected void Page_Load(object sender, EventArgs e)<br />
    {<br />
        <br />
        if (!Page.IsPostBack)<br />
        {<br />
            <br />
            ds_Denumiri1.ReadXml(Server.MapPath("~/App_Data/Denumiri.xml"), XmlReadMode.ReadSchema);<br />
            ds_Denumiri2.ReadXml(Server.MapPath("~/App_Data/Denumiri.xml"), XmlReadMode.ReadSchema);<br />
                        <br />
            DropDownList1.DataSource = ds_Denumiri1.Tables[0];            <br />
            DropDownList2.DataSource = ds_Denumiri2.Tables[0];            <br />
            DropDownList1.DataTextField = ds_Denumiri1.Tables[0].Columns["Statie_Nume"].ToString();<br />
            DropDownList2.DataTextField = ds_Denumiri2.Tables[0].Columns["Statie_Nume"].ToString();<br />
            DropDownList1.DataValueField = ds_Denumiri1.Tables[0].Columns["StatieID"].ToString();<br />
            DropDownList2.DataValueField = ds_Denumiri2.Tables[0].Columns["StatieID"].ToString();<br />
            DropDownList1.DataBind();<br />
            DropDownList2.DataBind();<br />
        }<br />
       <br />
    }<br />

but i don't know how to find out which is the error or when it occurs. Sigh | :sigh: Frown | :( . thanks a lot, anyway.



-- modified at 10:24 Monday 28th August, 2006
GeneralRe: Read XML file from App_Data Pin
drc_no128-Aug-06 4:50
drc_no128-Aug-06 4:50 
QuestionHow do I manually fire an ItemCommand Event in a datagrid. Pin
Sivaprasad C28-Aug-06 3:10
Sivaprasad C28-Aug-06 3:10 
AnswerRe: How do I manually fire an ItemCommand Event in a datagrid. Pin
postmaster@programmingknowledge.com28-Aug-06 3:26
postmaster@programmingknowledge.com28-Aug-06 3:26 
AnswerRe: How do I manually fire an ItemCommand Event in a datagrid. Pin
minhpc_bk28-Aug-06 6:34
minhpc_bk28-Aug-06 6:34 
GeneralRe: How do I manually fire an ItemCommand Event in a datagrid. Pin
Sivaprasad C28-Aug-06 19:51
Sivaprasad C28-Aug-06 19:51 
QuestionHow to add module in ASP.Net [modified] Pin
Amit Agarrwal28-Aug-06 2:58
Amit Agarrwal28-Aug-06 2:58 
Questionnew to asp.net Pin
haseeb_saeed28-Aug-06 2:10
haseeb_saeed28-Aug-06 2:10 
AnswerRe: new to asp.net Pin
_AK_28-Aug-06 2:12
_AK_28-Aug-06 2:12 
QuestionSend Binary File as response to webservice Pin
BillyGoatGruff28-Aug-06 2:09
BillyGoatGruff28-Aug-06 2:09 
AnswerRe: Send Binary File as response to webservice Pin
eggsovereasy28-Aug-06 3:58
eggsovereasy28-Aug-06 3:58 
GeneralRe: Send Binary File as response to webservice Pin
BillyGoatGruff28-Aug-06 4:27
BillyGoatGruff28-Aug-06 4:27 
AnswerRe: Send Binary File as response to webservice Pin
Guffa28-Aug-06 4:09
Guffa28-Aug-06 4:09 
GeneralRe: Send Binary File as response to webservice Pin
BillyGoatGruff28-Aug-06 4:38
BillyGoatGruff28-Aug-06 4:38 
QuestionHi Pin
Fahad Wali28-Aug-06 2:06
Fahad Wali28-Aug-06 2:06 
AnswerRe: Hi Pin
_AK_28-Aug-06 2:08
_AK_28-Aug-06 2:08 
AnswerRe: Hi Pin
minhpc_bk28-Aug-06 6:30
minhpc_bk28-Aug-06 6:30 
QuestionQuestion about DataGrid web control ? [modified] Pin
devboycpp28-Aug-06 1:09
devboycpp28-Aug-06 1:09 

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.