Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Url Rewriting in .Net Framework 1.1 Pin
Vipin Venugopal6-Jul-06 2:13
Vipin Venugopal6-Jul-06 2:13 
GeneralRe: Url Rewriting in .Net Framework 1.1 [modified] Pin
ranjithib16-Jul-06 18:19
ranjithib16-Jul-06 18:19 
GeneralRe: Url Rewriting in .Net Framework 1.1 Pin
Vipin Venugopal7-Jul-06 1:19
Vipin Venugopal7-Jul-06 1:19 
Questioncreate user control [modified] Pin
surshbabuk6-Jul-06 1:04
surshbabuk6-Jul-06 1:04 
AnswerRe: create user control Pin
_AK_6-Jul-06 19:22
_AK_6-Jul-06 19:22 
QuestionEdit in PlaceHolder Pin
varun_khanna176-Jul-06 0:58
varun_khanna176-Jul-06 0:58 
AnswerRe: Edit in PlaceHolder Pin
Vipin Venugopal6-Jul-06 1:00
Vipin Venugopal6-Jul-06 1:00 
GeneralRe: Edit in PlaceHolder Pin
varun_khanna176-Jul-06 2:07
varun_khanna176-Jul-06 2:07 
I m making rumtime table
for e.g

Dim table As New HtmlTable
Dim row As New HtmlTableRow
Dim cell As New HtmlTableCell

row = New HtmlTableRow
cell = New HtmlTableCell
cell.InnerText = "Observation"
cell.Align = "left" : cell.VAlign = "top"
cell.Width = "31%"
cell.Style.Add("font-weight", "bold")
row.Controls.Add(cell)

cell = New HtmlTableCell
cell.InnerText = "Amount"
cell.Align = "left" : cell.VAlign = "top"
cell.ColSpan = 2
cell.Width = "20%"
cell.Style.Add("font-weight", "bold")
row.Controls.Add(cell)

cell = New HtmlTableCell
cell.InnerText = "Cases"
cell.Align = "left" : cell.VAlign = "top"
cell.Width = "10%"
cell.Style.Add("font-weight", "bold")
row.Controls.Add(cell)


And put the values in cell from database.
Now table is shown in PlaceHolder.
Now user can view Different rows for that.

Now Question is that if user want to Edit Particular row ...How can he?Bcoz how will catch click event .....as in datagrid we can catch CLick event but i dont know how can we catch in PlaceHolder

Plz Help

QuestionNumbering the datagrid Pin
Vipin Venugopal6-Jul-06 0:54
Vipin Venugopal6-Jul-06 0:54 
AnswerRe: Numbering the datagrid Pin
psamy6-Jul-06 1:09
psamy6-Jul-06 1:09 
AnswerRe: Numbering the datagrid Pin
mnaveed6-Jul-06 1:19
mnaveed6-Jul-06 1:19 
GeneralRe: Numbering the datagrid Pin
Vipin Venugopal6-Jul-06 2:30
Vipin Venugopal6-Jul-06 2:30 
QuestionWhat security settings do I need to allow a web page to use a webservices method to write to an xml file? Pin
Red_Wizard_Shot_The_Food6-Jul-06 0:54
Red_Wizard_Shot_The_Food6-Jul-06 0:54 
AnswerRe: What security settings do I need to allow a web page to use a webservices method to write to an xml file? Pin
Paddy Boyd6-Jul-06 1:31
Paddy Boyd6-Jul-06 1:31 
GeneralRe: What security settings do I need to allow a web page to use a webservices method to write to an xml file? Pin
Red_Wizard_Shot_The_Food6-Jul-06 2:28
Red_Wizard_Shot_The_Food6-Jul-06 2:28 
GeneralRe: What security settings do I need to allow a web page to use a webservices method to write to an xml file? Pin
Talal Sultan6-Jul-06 3:06
Talal Sultan6-Jul-06 3:06 
QuestionSubmitting an XML file to a URL Pin
Talal Sultan6-Jul-06 0:48
Talal Sultan6-Jul-06 0:48 
QuestionASP Search Engine [modified] Pin
Prashant C6-Jul-06 0:40
Prashant C6-Jul-06 0:40 
AnswerRe: ASP Search Engine Pin
RichardGrimmer6-Jul-06 1:17
RichardGrimmer6-Jul-06 1:17 
QuestionLock the View Source tab from the web page Pin
Vipin Venugopal6-Jul-06 0:16
Vipin Venugopal6-Jul-06 0:16 
AnswerRe: Lock the View Source tab from the web page Pin
minhpc_bk6-Jul-06 0:29
minhpc_bk6-Jul-06 0:29 
GeneralRe: Lock the View Source tab from the web page Pin
Vipin Venugopal6-Jul-06 0:52
Vipin Venugopal6-Jul-06 0:52 
GeneralRe: Lock the View Source tab from the web page Pin
eggsovereasy6-Jul-06 5:28
eggsovereasy6-Jul-06 5:28 
AnswerRe: Lock the View Source tab from the web page Pin
J4amieC6-Jul-06 1:00
J4amieC6-Jul-06 1:00 
Questionrow color in crystal report Pin
ptvce5-Jul-06 23:47
ptvce5-Jul-06 23:47 

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.