Click here to Skip to main content
16,004,887 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Updating data in a Gridview Pin
orsini3-Aug-07 9:02
orsini3-Aug-07 9:02 
QuestionTwo applicantion and one images folder dilemma Pin
orsini3-Aug-07 8:45
orsini3-Aug-07 8:45 
QuestionMCP and dotNet Certification Pin
Preetniki3-Aug-07 7:33
Preetniki3-Aug-07 7:33 
AnswerRe: MCP and dotNet Certification Pin
Rajesh_K_Sharma4-Aug-07 18:52
Rajesh_K_Sharma4-Aug-07 18:52 
QuestionHow to merge rows in datagrid Pin
vamsimohan213-Aug-07 4:21
vamsimohan213-Aug-07 4:21 
AnswerRe: How to merge rows in datagrid Pin
Talal Sultan3-Aug-07 4:50
Talal Sultan3-Aug-07 4:50 
AnswerRe: Adding html character codes in Listbox Pin
Malcolm Smart3-Aug-07 4:43
Malcolm Smart3-Aug-07 4:43 
GeneralRe: Adding html character codes in Listbox Pin
Malcolm Smart3-Aug-07 5:02
Malcolm Smart3-Aug-07 5:02 
Don't know visual basic, but you have to cast the 8800 to a char. You are using 8800 as a string which is wrong.

try

Dim t As Char = ChrW(8800)
ListBox1.Items.Add(t.ToString())


That is a guess as I can't test VB here. I just googled around a bit.

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

GeneralRe: Adding html character codes in Listbox Pin
Malcolm Smart3-Aug-07 5:38
Malcolm Smart3-Aug-07 5:38 
Questiondundas Pin
gvpr3-Aug-07 3:24
gvpr3-Aug-07 3:24 
AnswerRe: dundas Pin
Malcolm Smart3-Aug-07 3:37
Malcolm Smart3-Aug-07 3:37 
AnswerSTOP REPOSTING THE QUESTION Pin
leckey3-Aug-07 4:36
leckey3-Aug-07 4:36 
AnswerRe: dundas Pin
Christian Graus3-Aug-07 15:01
protectorChristian Graus3-Aug-07 15:01 
QuestionRetrieving the text from a textarea in code behind Pin
JacquesDP3-Aug-07 2:59
JacquesDP3-Aug-07 2:59 
AnswerRe: Retrieving the text from a textarea in code behind Pin
Malcolm Smart3-Aug-07 3:03
Malcolm Smart3-Aug-07 3:03 
GeneralRe: Retrieving the text from a textarea in code behind Pin
JacquesDP3-Aug-07 3:13
JacquesDP3-Aug-07 3:13 
GeneralRe: Retrieving the text from a textarea in code behind Pin
Malcolm Smart3-Aug-07 3:23
Malcolm Smart3-Aug-07 3:23 
GeneralRe: Retrieving the text from a textarea in code behind Pin
JacquesDP3-Aug-07 3:25
JacquesDP3-Aug-07 3:25 
GeneralRe: Retrieving the text from a textarea in code behind Pin
Malcolm Smart3-Aug-07 3:29
Malcolm Smart3-Aug-07 3:29 
GeneralRe: Retrieving the text from a textarea in code behind Pin
JacquesDP3-Aug-07 3:32
JacquesDP3-Aug-07 3:32 
GeneralRe: Retrieving the text from a textarea in code behind Pin
Malcolm Smart3-Aug-07 3:46
Malcolm Smart3-Aug-07 3:46 
GeneralRe: Retrieving the text from a textarea in code behind Pin
JacquesDP3-Aug-07 3:49
JacquesDP3-Aug-07 3:49 
GeneralRe: Retrieving the text from a textarea in code behind Pin
Malcolm Smart3-Aug-07 3:54
Malcolm Smart3-Aug-07 3:54 
GeneralRe: Retrieving the text from a textarea in code behind Pin
JacquesDP3-Aug-07 4:17
JacquesDP3-Aug-07 4:17 
GeneralRe: Retrieving the text from a textarea in code behind Pin
Malcolm Smart3-Aug-07 4:24
Malcolm Smart3-Aug-07 4:24 

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.