Click here to Skip to main content
15,900,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image Moving and Editing in ASP.net Pin
Christian Graus15-Jun-09 23:40
protectorChristian Graus15-Jun-09 23:40 
GeneralRe: Image Moving and Editing in ASP.net Pin
Christian Graus15-Jun-09 23:47
protectorChristian Graus15-Jun-09 23:47 
QuestionHow to post HTML data in jQuery using $.ajax method? Pin
srsr-srsr15-Jun-09 22:41
srsr-srsr15-Jun-09 22:41 
AnswerRe: How to post HTML data in jQuery using $.ajax method? Pin
himanshu256116-Jun-09 0:04
himanshu256116-Jun-09 0:04 
QuestionLearning ASP.NET & JavaScript Pin
fsjay15-Jun-09 21:55
fsjay15-Jun-09 21:55 
Answerremove Pin
Christian Graus15-Jun-09 22:02
protectorChristian Graus15-Jun-09 22:02 
Questionhow to bold a particular item of a dataset programatically Pin
gogal198315-Jun-09 21:16
gogal198315-Jun-09 21:16 
AnswerRe: how to bold a particular item of a dataset programatically Pin
Christian Graus15-Jun-09 21:22
protectorChristian Graus15-Jun-09 21:22 
Well, no item in a dataset is bold, obviously. So, you need to write code that inserts bold tags only for the items you want to view as bold. Which typically means binding the whole field to a code behind method which returns the item, but wraps it in bold tags if needed, or having a label that shows the field, and have the weight of the font on the label set by a method which passes the data to a code behind method.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

GeneralRe: how to bold a particular item of a dataset programatically Pin
gogal198315-Jun-09 21:50
gogal198315-Jun-09 21:50 
GeneralRe: how to bold a particular item of a dataset programatically Pin
Christian Graus15-Jun-09 22:04
protectorChristian Graus15-Jun-09 22:04 
AnswerRe: how to bold a particular item of a dataset programatically Pin
Kapil Thakur15-Jun-09 21:52
Kapil Thakur15-Jun-09 21:52 
Questionhow to add all the control to Page.Form.Controls Pin
anbusenthil15-Jun-09 20:56
anbusenthil15-Jun-09 20:56 
AnswerRe: how to add all the control to Page.Form.Controls Pin
Christian Graus15-Jun-09 21:16
protectorChristian Graus15-Jun-09 21:16 
AnswerRe: how to add all the control to Page.Form.Controls Pin
Baran M16-Jun-09 0:37
Baran M16-Jun-09 0:37 
Questionuser Controls in Visual Studio 2008 Pin
AB777115-Jun-09 20:38
AB777115-Jun-09 20:38 
AnswerRe: user Controls in Visual Studio 2008 Pin
Christian Graus15-Jun-09 21:16
protectorChristian Graus15-Jun-09 21:16 
AnswerRe: user Controls in Visual Studio 2008 Pin
Abhishek Sur15-Jun-09 22:11
professionalAbhishek Sur15-Jun-09 22:11 
AnswerRe: user Controls in Visual Studio 2008 Pin
Abhijit Jana15-Jun-09 22:12
professionalAbhijit Jana15-Jun-09 22:12 
GeneralRe: user Controls in Visual Studio 2008 Pin
AB777115-Jun-09 22:45
AB777115-Jun-09 22:45 
Questionhow to make object for the class file and Pin
anbusenthil15-Jun-09 20:38
anbusenthil15-Jun-09 20:38 
AnswerRe: how to make object for the class file and Pin
Christian Graus15-Jun-09 21:17
protectorChristian Graus15-Jun-09 21:17 
AnswerRe: how to make object for the class file and Pin
Abhishek Sur15-Jun-09 22:04
professionalAbhishek Sur15-Jun-09 22:04 
GeneralRe: how to make object for the class file and Pin
Christian Graus15-Jun-09 22:06
protectorChristian Graus15-Jun-09 22:06 
GeneralRe: how to make object for the class file and Pin
Abhishek Sur16-Jun-09 5:03
professionalAbhishek Sur16-Jun-09 5:03 
Questionhow to inherit two class file Pin
anbusenthil15-Jun-09 20:31
anbusenthil15-Jun-09 20:31 

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.