Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionstore image in databse Pin
rinku soni 2328-Aug-09 1:50
rinku soni 2328-Aug-09 1:50 
AnswerRe: store image in databse Pin
Coding C#28-Aug-09 2:02
Coding C#28-Aug-09 2:02 
AnswerRe: store image in databse Pin
Arun Jacob28-Aug-09 2:22
Arun Jacob28-Aug-09 2:22 
Questionwhen set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
anish27patel28-Aug-09 1:32
anish27patel28-Aug-09 1:32 
AnswerRe: when set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
Arun Jacob28-Aug-09 1:54
Arun Jacob28-Aug-09 1:54 
GeneralRe: when set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
anish27patel30-Aug-09 18:19
anish27patel30-Aug-09 18:19 
AnswerRe: when set property enable = false for checkbox control in design time then after how to enable = true in javascript Pin
Coding C#28-Aug-09 2:06
Coding C#28-Aug-09 2:06 
QuestionHow can we add dynamic control to Data table Pin
Jain Vijay28-Aug-09 1:31
Jain Vijay28-Aug-09 1:31 
Hi,
I am trying to add dynamic link button to data table. But get an full link class name.i.e.

System.Web.UI.WebControls.LinkButton


can any one tell me the way to do this?


Here is my code:


Dim dt As New DataTable()
Dim dr As DataRow

dt.Columns.Add("EventDate", Type.[GetType]("System.DateTime"))
dt.Columns.Add("EventHeader", Type.[GetType]("System.String"))


Dim lnk As New LinkButton
lnk.ID = InteractionClickId
lnk.Text = objDal.Name

dr = dt.NewRow()
dr("EventDate") = objDal.Date1
dr("EventHeader") = lnk

dt.Rows.Add(dr)


Regards...

Vijay Jain Smile | :)
  



"One thing you can't recycle is wasted time."




AnswerRe: How can we add dynamic control to Data table Pin
Coding C#28-Aug-09 2:08
Coding C#28-Aug-09 2:08 
GeneralRe: How can we add dynamic control to Data table Pin
Jain Vijay28-Aug-09 2:17
Jain Vijay28-Aug-09 2:17 
GeneralRe: How can we add dynamic control to Data table Pin
Coding C#28-Aug-09 2:21
Coding C#28-Aug-09 2:21 
QuestionASP.NET GridView not displaying label value while paging Pin
Inderjeet Kaur27-Aug-09 23:30
Inderjeet Kaur27-Aug-09 23:30 
AnswerRe: ASP.NET GridView not displaying label value while paging Pin
Inderjeet Kaur28-Aug-09 0:20
Inderjeet Kaur28-Aug-09 0:20 
QuestionHelp with Crystal Reports [modified] Pin
callousfantom27-Aug-09 23:26
callousfantom27-Aug-09 23:26 
AnswerRe: Help with Crystal Reports Pin
Satish Mahapatra28-Aug-09 1:29
Satish Mahapatra28-Aug-09 1:29 
Questionproblem on inserting non english values in DB Pin
sajjy27-Aug-09 23:15
sajjy27-Aug-09 23:15 
AnswerRe: problem on inserting non english values in DB Pin
Manas Bhardwaj28-Aug-09 0:28
professionalManas Bhardwaj28-Aug-09 0:28 
GeneralRe: problem on inserting non english values in DB Pin
sajjy28-Aug-09 1:22
sajjy28-Aug-09 1:22 
QuestionScroll bar in data gridview Pin
myinstincts27-Aug-09 23:03
myinstincts27-Aug-09 23:03 
AnswerRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:04
Arun Jacob27-Aug-09 23:04 
GeneralRe: Scroll bar in data gridview Pin
myinstincts27-Aug-09 23:18
myinstincts27-Aug-09 23:18 
GeneralRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:20
Arun Jacob27-Aug-09 23:20 
AnswerRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:21
Arun Jacob27-Aug-09 23:21 
GeneralRe: Scroll bar in data gridview Pin
myinstincts27-Aug-09 23:20
myinstincts27-Aug-09 23:20 
GeneralRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:21
Arun Jacob27-Aug-09 23: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.