Click here to Skip to main content
15,897,187 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to import data from an excel to a datagrid Pin
gauthee1-Feb-07 1:06
gauthee1-Feb-07 1:06 
AnswerRe: how to import data from an excel to a datagrid Pin
Parwej Ahamad1-Feb-07 1:18
professionalParwej Ahamad1-Feb-07 1:18 
AnswerRe: how to import data from an excel to a datagrid Pin
Sandeep Akhare1-Feb-07 3:09
Sandeep Akhare1-Feb-07 3:09 
GeneralRe: how to import data from an excel to a datagrid Pin
gauthee1-Feb-07 23:08
gauthee1-Feb-07 23:08 
GeneralRe: how to import data from an excel to a datagrid Pin
Sandeep Akhare2-Feb-07 2:06
Sandeep Akhare2-Feb-07 2:06 
GeneralRe: how to import data from an excel to a datagrid Pin
Sandeep Akhare2-Feb-07 2:15
Sandeep Akhare2-Feb-07 2:15 
QuestionWhy OleDbCommand call oracle9i user function success,but OleDbCommand call failed. Pin
Old Gun1-Feb-07 0:56
Old Gun1-Feb-07 0:56 
QuestionUser Control Pin
aaraaayen1-Feb-07 0:11
aaraaayen1-Feb-07 0:11 
Hi,

I have created user control called UserCtrl.ascs in my solution which includes two textboxes in that usercontrol and and also i have added the following code in .ascx.cs page.

public string pUser
{
get
{
return TextBox1.Text.Trim;
}
set
{
TextBox1.Text = value;
}
}

public string pPass
{
get
{
return TextBox2.Text.Trim;
}
set
{
TextBox2.Text = value;
}

I added that user control to my aspx page. Please tell me how to use that textboxes inside aspx.cs page.

Thanks in Advance,

Regards,

Prya

AnswerRe: User Control Pin
blue_arc1-Feb-07 1:48
blue_arc1-Feb-07 1:48 
AnswerRe: User Control Pin
Sandeep Akhare1-Feb-07 3:01
Sandeep Akhare1-Feb-07 3:01 
AnswerRe: User Control Pin
DavidNohejl1-Feb-07 11:35
DavidNohejl1-Feb-07 11:35 
QuestionInterview Material Pin
rrcc31-Jan-07 23:08
rrcc31-Jan-07 23:08 
AnswerRe: Interview Material Pin
rrcc31-Jan-07 23:35
rrcc31-Jan-07 23:35 
AnswerRe: Interview Material Pin
_AK_31-Jan-07 23:44
_AK_31-Jan-07 23:44 
Questioninfo abt whiteboard Pin
Sebastian T Xavier31-Jan-07 22:55
Sebastian T Xavier31-Jan-07 22:55 
Questionproblem with datagrid-paging Pin
sanaziuse31-Jan-07 22:53
sanaziuse31-Jan-07 22:53 
AnswerRe: problem with datagrid-paging Pin
varshavmane31-Jan-07 22:56
varshavmane31-Jan-07 22:56 
GeneralRe: problem with datagrid-paging Pin
sanaziuse31-Jan-07 23:23
sanaziuse31-Jan-07 23:23 
GeneralRe: problem with datagrid-paging Pin
varshavmane31-Jan-07 23:48
varshavmane31-Jan-07 23:48 
GeneralRe: problem with datagrid-paging Pin
sanaziuse31-Jan-07 23:55
sanaziuse31-Jan-07 23:55 
GeneralRe: problem with datagrid-paging Pin
varshavmane1-Feb-07 0:10
varshavmane1-Feb-07 0:10 
GeneralRe: problem with datagrid-paging Pin
sanaziuse1-Feb-07 1:07
sanaziuse1-Feb-07 1:07 
GeneralRe: problem with datagrid-paging Pin
varshavmane1-Feb-07 1:55
varshavmane1-Feb-07 1:55 
QuestionGridView Bind with DataTable and Want Dropdown Control in GridView when Edit Pin
varshavmane31-Jan-07 22:52
varshavmane31-Jan-07 22:52 
QuestionajaxToolkit:PopupControlExtender [modified] Pin
srinandan..31-Jan-07 22:12
srinandan..31-Jan-07 22:12 

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.