Click here to Skip to main content
15,907,497 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Eduard Keilholz29-Nov-06 4:20
Eduard Keilholz29-Nov-06 4:20 
GeneralRe: How to create Drawing.Image from WebControls.ImageMap? Pin
Dipper_29-Nov-06 4:42
Dipper_29-Nov-06 4:42 
QuestionTree view Pin
Imran Khan Pathan27-Nov-06 22:18
Imran Khan Pathan27-Nov-06 22:18 
AnswerRe: Tree view Pin
Sandeep Akhare28-Nov-06 0:11
Sandeep Akhare28-Nov-06 0:11 
QuestionInteractoin Between yahoo groups and asp.net application Pin
MeghVasavada27-Nov-06 22:11
MeghVasavada27-Nov-06 22:11 
QuestionCreate Templete Column in DataGrid Pin
ptvce27-Nov-06 21:45
ptvce27-Nov-06 21:45 
AnswerRe: Create Templete Column in DataGrid Pin
minhpc_bk28-Nov-06 0:21
minhpc_bk28-Nov-06 0:21 
AnswerRe: Create Templete Column in DataGrid Pin
InsDev28-Nov-06 0:55
InsDev28-Nov-06 0:55 
This will add the template column in datagrid
Dim tempcol As New TemplateColumn
tempcol.HeaderText = "Runtime Display"
DataGrid1.Columns.AddAt(2, tempcol)

second in itemcreated event write
Dim lbl As New Label
lbl.Text = "Testing"
e.Item.Cells(2).Controls.Add(lbl)

and last use editcommand to add dropdownlist
e.Item.Cells(2).Controls.Add(New DropDownList)

i hope this will work
Question"authentciation" Pin
ravikiranreddydharmannagari27-Nov-06 20:19
ravikiranreddydharmannagari27-Nov-06 20:19 
AnswerRe: "authentciation" Pin
Eduard Keilholz27-Nov-06 22:01
Eduard Keilholz27-Nov-06 22:01 
AnswerRe: "authentciation" Pin
Britney S. Morales28-Nov-06 1:10
Britney S. Morales28-Nov-06 1:10 
QuestionCustomValidation . errormessage using javascript Pin
AmitChampaneri27-Nov-06 20:16
AmitChampaneri27-Nov-06 20:16 
Questionquery regarding customizing the delete functionality in asp.net 2.0 gridview Pin
meena198327-Nov-06 20:12
meena198327-Nov-06 20:12 
QuestionHow to popwindow with Yes/No Buttons using JavaScript? Pin
pubududilena27-Nov-06 20:11
pubududilena27-Nov-06 20:11 
AnswerRe: How to popwindow with Yes/No Buttons using JavaScript? Pin
Eduard Keilholz27-Nov-06 21:59
Eduard Keilholz27-Nov-06 21:59 
AnswerRe: How to popwindow with Yes/No Buttons using JavaScript? Pin
R.Palanivel28-Nov-06 0:33
R.Palanivel28-Nov-06 0:33 
QuestionHow Check Status of aspnet_wp.exe? [modified] Pin
harminder_SAP27-Nov-06 20:09
harminder_SAP27-Nov-06 20:09 
AnswerRe: How Check Status of aspnet_wp.exe? Pin
Eduard Keilholz27-Nov-06 21:55
Eduard Keilholz27-Nov-06 21:55 
Questionchild to parent browser Pin
indian14327-Nov-06 19:53
indian14327-Nov-06 19:53 
AnswerRe: child to parent browser Pin
Eduard Keilholz27-Nov-06 21:52
Eduard Keilholz27-Nov-06 21:52 
AnswerRe: child to parent browser Pin
Pete O'Hanlon28-Nov-06 2:12
mvePete O'Hanlon28-Nov-06 2:12 
QuestionTowords() Function Not Displaying Output in Crystal Reports9.0 Pin
vikram13827-Nov-06 19:41
vikram13827-Nov-06 19:41 
QuestionUsing Desktop applications in Web Application Pin
JayaDurai27-Nov-06 19:26
JayaDurai27-Nov-06 19:26 
AnswerRe: Using Desktop applications in Web Application Pin
Eduard Keilholz27-Nov-06 22:07
Eduard Keilholz27-Nov-06 22:07 
GeneralRe: Using Desktop applications in Web Application Pin
JayaDurai27-Nov-06 22:14
JayaDurai27-Nov-06 22:14 

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.