Click here to Skip to main content
15,906,106 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Querystring in Gridview HyperLinkField Pin
Humayun Shabbir16-Sep-08 7:01
Humayun Shabbir16-Sep-08 7:01 
AnswerRe: Querystring in Gridview HyperLinkField Pin
Linda1st16-Sep-08 9:06
Linda1st16-Sep-08 9:06 
QuestionAdding a text box or a control on a webform. Pin
udaykatakam15-Sep-08 13:05
udaykatakam15-Sep-08 13:05 
AnswerRe: Adding a text box or a control on a webform. Pin
N a v a n e e t h15-Sep-08 16:13
N a v a n e e t h15-Sep-08 16:13 
AnswerRe: Adding a text box or a control on a webform. Pin
Gamzun15-Sep-08 16:27
Gamzun15-Sep-08 16:27 
GeneralRe: Adding a text box or a control on a webform. Pin
N a v a n e e t h15-Sep-08 16:32
N a v a n e e t h15-Sep-08 16:32 
GeneralRe: Adding a text box or a control on a webform. Pin
Gamzun15-Sep-08 16:41
Gamzun15-Sep-08 16:41 
AnswerRe: Adding a text box or a control on a webform. Pin
Linda1st16-Sep-08 9:52
Linda1st16-Sep-08 9:52 
txtBx1 = New TextBox()
txtBx1.ID = "TextBox1"
txtBx1.Style("Position") = "Absolute"
txtBx1.Style("Top") = "755px"
txtBx1.Style("Left") = "96px"
Form1.Controls.Add(TextBox1) //
InitializeComponent()

// this is an example on in a table into a placeHolder
// go can do the same with the above
private HtmlTable insertTblASP( PlaceHolder placeX)
{
HtmlTable tblx = new HtmlTable();

placeX.Controls.Add(tblx);
return tblx;
}
I hopes this helps. Signed... Linda

xxx

QuestionSite Search Pin
amit201115-Sep-08 9:08
amit201115-Sep-08 9:08 
AnswerRe: Site Search Pin
Paul Conrad15-Sep-08 12:11
professionalPaul Conrad15-Sep-08 12:11 
QuestionAccess Request/Response XML -ASP.NET Web Services Pin
geekfromindia15-Sep-08 8:21
geekfromindia15-Sep-08 8:21 
QuestionDeveloping on Vista (IIS7) and deploying on Server 2003 (IIS6) Pin
Todd Smith15-Sep-08 7:27
Todd Smith15-Sep-08 7:27 
AnswerRe: Developing on Vista (IIS7) and deploying on Server 2003 (IIS6) Pin
NeverHeardOfMe15-Sep-08 7:44
NeverHeardOfMe15-Sep-08 7:44 
QuestionPrinting in Asp.net 2.0 Pin
IamAmit15-Sep-08 6:01
IamAmit15-Sep-08 6:01 
QuestionGridview / datasource interaction Pin
DanB198315-Sep-08 5:59
DanB198315-Sep-08 5:59 
AnswerRe: Gridview / datasource interaction Pin
N a v a n e e t h15-Sep-08 16:31
N a v a n e e t h15-Sep-08 16:31 
GeneralRe: Gridview / datasource interaction Pin
DanB198315-Sep-08 22:48
DanB198315-Sep-08 22:48 
QuestionPublishing compiled website fails for some folders Pin
Colin Angus Mackay15-Sep-08 5:52
Colin Angus Mackay15-Sep-08 5:52 
QuestionForm Authentication problems Pin
omlac15-Sep-08 4:25
omlac15-Sep-08 4:25 
Questioni have this big bug on asp.net guest book ,pls help me out Pin
busteronline15-Sep-08 4:04
busteronline15-Sep-08 4:04 
AnswerRe: i have this big bug on asp.net guest book ,pls help me out Pin
NeverHeardOfMe15-Sep-08 4:35
NeverHeardOfMe15-Sep-08 4:35 
QuestionUrgent help needed Pin
lili11215-Sep-08 3:45
lili11215-Sep-08 3:45 
AnswerRe: Urgent help needed Pin
NeverHeardOfMe15-Sep-08 4:00
NeverHeardOfMe15-Sep-08 4:00 
AnswerRe: Urgent help needed Pin
Ashfield15-Sep-08 4:22
Ashfield15-Sep-08 4:22 
QuestionRe: Urgent help needed Pin
lili11215-Sep-08 4:46
lili11215-Sep-08 4:46 

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.