Click here to Skip to main content
15,896,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Foucs on a Text Box using javascript? Pin
Parwej Ahamad12-Aug-07 19:45
professionalParwej Ahamad12-Aug-07 19:45 
AnswerRe: Foucs on a Text Box using javascript? Pin
daniel__c12-Aug-07 19:46
daniel__c12-Aug-07 19:46 
GeneralRe: Foucs on a Text Box using javascript? Pin
Michael Sync12-Aug-07 20:08
Michael Sync12-Aug-07 20:08 
GeneralRe: Foucs on a Text Box using javascript? Pin
daniel__c12-Aug-07 20:46
daniel__c12-Aug-07 20:46 
Questionhow to display 2 or more information within 1 table cell? Pin
veracia12-Aug-07 19:28
veracia12-Aug-07 19:28 
AnswerRe: how to display 2 or more information within 1 table cell? Pin
Parwej Ahamad12-Aug-07 19:48
professionalParwej Ahamad12-Aug-07 19:48 
GeneralRe: how to display 2 or more information within 1 table cell? Pin
veracia12-Aug-07 20:02
veracia12-Aug-07 20:02 
GeneralRe: how to display 2 or more information within 1 table cell? Pin
Parwej Ahamad12-Aug-07 20:10
professionalParwej Ahamad12-Aug-07 20:10 
Create lable control at run time add it into cell of table liek.
Get specified cell where u want to add.

Lable obj=new Lable();
obj.Text=Record('field1);
Cell.controls.add(obj);
Lable Obj2=new Lable();
obj2.Text =record("field2");
Cell.controls.add(obj);
...........


Parwej Ahamad
g.parwez@gmail.com

GeneralRe: how to display 2 or more information within 1 table cell? Pin
veracia12-Aug-07 22:35
veracia12-Aug-07 22:35 
QuestionPaging with datalist control Pin
IamAmit12-Aug-07 19:18
IamAmit12-Aug-07 19:18 
AnswerRe: Paging with datalist control Pin
Michael Sync12-Aug-07 19:22
Michael Sync12-Aug-07 19:22 
Questionvisitor IP address not getting Pin
leoiser12-Aug-07 17:20
leoiser12-Aug-07 17:20 
Questioninstallation failed during setup Pin
steve_rm12-Aug-07 13:23
steve_rm12-Aug-07 13:23 
AnswerRe: installation failed during setup Pin
Michael Sync12-Aug-07 15:27
Michael Sync12-Aug-07 15:27 
Questiondelete command + gridview Pin
aziz_subaie12-Aug-07 3:06
aziz_subaie12-Aug-07 3:06 
AnswerRe: delete command + gridview Pin
Michael Sync12-Aug-07 4:12
Michael Sync12-Aug-07 4:12 
AnswerRe: delete command + gridview Pin
Urs Enzler12-Aug-07 21:26
Urs Enzler12-Aug-07 21:26 
AnswerRe: delete command + gridview Pin
aziz_subaie13-Aug-07 21:39
aziz_subaie13-Aug-07 21:39 
Questionencrypt & decrypt a password in asp.net Pin
red-apple12-Aug-07 1:24
red-apple12-Aug-07 1:24 
QuestionDatabinding Pin
The ANZAC12-Aug-07 0:31
The ANZAC12-Aug-07 0:31 
AnswerRe: Databinding Pin
Michael Sync12-Aug-07 4:34
Michael Sync12-Aug-07 4:34 
QuestionMenu is messed up when the datagrid is too long?? Pin
Nada Adel11-Aug-07 20:50
Nada Adel11-Aug-07 20:50 
QuestionConnecting to sql server 2005 Pin
IamAmit11-Aug-07 20:17
IamAmit11-Aug-07 20:17 
AnswerRe: Connecting to sql server 2005 Pin
chris_wanaka11-Aug-07 22:11
chris_wanaka11-Aug-07 22:11 
GeneralRe: Connecting to sql server 2005 Pin
IamAmit12-Aug-07 0:19
IamAmit12-Aug-07 0:19 

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.