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

ASP.NET

 
Questionhow to align dynamically created web control Pin
mohd imran abdul aziz22-Feb-07 2:09
mohd imran abdul aziz22-Feb-07 2:09 
AnswerRe: how to align dynamically created web control Pin
Sandeep Akhare22-Feb-07 2:29
Sandeep Akhare22-Feb-07 2:29 
AnswerRe: how to align dynamically created web control Pin
Not Active22-Feb-07 2:50
mentorNot Active22-Feb-07 2:50 
QuestionHow to create a custom control in web application Pin
sribachana22-Feb-07 2:06
sribachana22-Feb-07 2:06 
AnswerRe: How to create a custom control in web application Pin
Sandeep Akhare22-Feb-07 2:25
Sandeep Akhare22-Feb-07 2:25 
QuestionProblem with Delete / Insert resetting GridView datasource Filter String Pin
Tristan Rhodes22-Feb-07 1:48
Tristan Rhodes22-Feb-07 1:48 
QuestionHow do i create a column at the end of the datagrid Pin
www.Developerof.NET22-Feb-07 1:30
www.Developerof.NET22-Feb-07 1:30 
AnswerRe: How do i create a column at the end of the datagrid Pin
Michael Sync22-Feb-07 16:12
Michael Sync22-Feb-07 16:12 
Runtime or design time??

[design time]
- Right Click on Datagrid.
- Click "Property Builder"
- Go To "Column"
- Add "Template" Column.
- Click "OK"

- Right Click on datagrid again.
- Select "Edit Template" (you wil see all template columns.)
- Select Last Column. (eg: Column [3])
- Add Image Control in ItemTemplate.
- Click "End Template Editing"

That's all.

[Runtime]
Dim tCol As New TemplateColumn
tCol.ItemTemplate.InstantiateIn(New System.Web.UI.WebControls.Image)
dgOvertimeRate.Columns.Add(tCol)

Try those codes. Hope it works.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message. Thank you.

QuestionTravel on one website through .net coding Pin
yasotha.p22-Feb-07 0:46
yasotha.p22-Feb-07 0:46 
AnswerRe: Travel on one website through .net coding Pin
Sylvester george22-Feb-07 0:56
Sylvester george22-Feb-07 0:56 
QuestionDeploying my web application Pin
Nada Adel22-Feb-07 0:25
Nada Adel22-Feb-07 0:25 
AnswerRe: Deploying my web application [modified] Pin
Harini N K22-Feb-07 0:52
Harini N K22-Feb-07 0:52 
GeneralRe: Deploying my web application Pin
Sylvester george22-Feb-07 1:05
Sylvester george22-Feb-07 1:05 
GeneralRe: Deploying my web application Pin
Nada Adel22-Feb-07 2:13
Nada Adel22-Feb-07 2:13 
GeneralRe: Deploying my web application Pin
MoustafaS22-Feb-07 11:35
MoustafaS22-Feb-07 11:35 
AnswerRe: Deploying my web application Pin
Harini N K22-Feb-07 14:10
Harini N K22-Feb-07 14:10 
QuestionPreven user to access previous page Pin
nikhil123422-Feb-07 0:09
nikhil123422-Feb-07 0:09 
AnswerRe: Preven user to access previous page Pin
Sandeep Akhare22-Feb-07 1:13
Sandeep Akhare22-Feb-07 1:13 
AnswerRe: Preven user to access previous page Pin
badgrs22-Feb-07 1:28
badgrs22-Feb-07 1:28 
AnswerRe: Preven user to access previous page Pin
Michael Sync22-Feb-07 17:01
Michael Sync22-Feb-07 17:01 
QuestionCan't configure AccessDataSource Pin
sujithkumarsl22-Feb-07 0:02
sujithkumarsl22-Feb-07 0:02 
QuestionOpen a server side document using a client's program Pin
markymark8221-Feb-07 23:49
markymark8221-Feb-07 23:49 
AnswerRe: Open a server side document using a client's program Pin
Paddy Boyd22-Feb-07 0:55
Paddy Boyd22-Feb-07 0:55 
GeneralRe: Open a server side document using a client's program Pin
markymark8222-Feb-07 1:17
markymark8222-Feb-07 1:17 
GeneralRe: Open a server side document using a client's program Pin
Paddy Boyd22-Feb-07 1:21
Paddy Boyd22-Feb-07 1:21 

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.