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

ASP.NET

 
AnswerRe: How to remove the space which is causing because of ajax tab container? Pin
Amar Chaudhary29-Nov-10 3:09
Amar Chaudhary29-Nov-10 3:09 
GeneralRe: How to remove the space which is causing because of ajax tab container? Pin
Shankaranarayana Thanthry29-Nov-10 17:43
Shankaranarayana Thanthry29-Nov-10 17:43 
GeneralRe: How to remove the space which is causing because of ajax tab container? Pin
Shankaranarayana Thanthry29-Nov-10 22:53
Shankaranarayana Thanthry29-Nov-10 22:53 
GeneralRe: How to remove the space which is causing because of ajax tab container? Pin
Amar Chaudhary30-Nov-10 14:50
Amar Chaudhary30-Nov-10 14:50 
QuestionList<> Shows Different Values entered in the textbox Pin
Vimalsoft(Pty) Ltd28-Nov-10 22:09
professionalVimalsoft(Pty) Ltd28-Nov-10 22:09 
AnswerRe: List Shows Different Values entered in the textbox Pin
Keith Barrow28-Nov-10 22:56
professionalKeith Barrow28-Nov-10 22:56 
GeneralRe: List Shows Different Values entered in the textbox Pin
Vimalsoft(Pty) Ltd28-Nov-10 23:37
professionalVimalsoft(Pty) Ltd28-Nov-10 23:37 
GeneralRe: List Shows Different Values entered in the textbox Pin
Keith Barrow29-Nov-10 1:06
professionalKeith Barrow29-Nov-10 1:06 
I know it's confusing, but that (0x00000001) is the way that quickwatch displays integers, so in that sense there is nothing wrong. It looks hex but it isn't.

Vuyiswa Maseko wrote:

SerialsText.Add(txtUnitLen1.Text);
but if the value that is entered is "1" , there i will get this as a Value hex like this
[0x00000001] = "1";


Here 0x00000001 is the index of the item in SerialsText not the value itself, so for example if you entered 2 into the same textbox, this will appear as:

[0x00000001] = "2";

Note one thing: the value is "2" (a string) rather than 2 (an integer). You might need validation on your input, and to cast the value to an integer, depending upon your requirements.

Hope this helped!

Question"exec sp_databases" shows only system databases. Pin
M_AhsanRiaz28-Nov-10 8:00
M_AhsanRiaz28-Nov-10 8:00 
AnswerRe: "exec sp_databases" shows only system databases. Pin
Not Active28-Nov-10 12:05
mentorNot Active28-Nov-10 12:05 
GeneralRe: "exec sp_databases" shows only system databases. Pin
M_AhsanRiaz28-Nov-10 22:59
M_AhsanRiaz28-Nov-10 22:59 
Questionfile upload woes... Pin
l a u r e n28-Nov-10 5:03
l a u r e n28-Nov-10 5:03 
AnswerRe: file upload woes... Pin
Amar Chaudhary28-Nov-10 6:52
Amar Chaudhary28-Nov-10 6:52 
AnswerRe: file upload woes... Pin
Jörgen Andersson28-Nov-10 9:41
professionalJörgen Andersson28-Nov-10 9:41 
AnswerRe: file upload woes... Pin
musefan29-Nov-10 5:00
musefan29-Nov-10 5:00 
GeneralRe: file upload woes... Pin
l a u r e n29-Nov-10 5:55
l a u r e n29-Nov-10 5:55 
GeneralRe: file upload woes... Pin
musefan29-Nov-10 6:49
musefan29-Nov-10 6:49 
QuestionDymanic CheckBox Pin
treuveni28-Nov-10 1:33
treuveni28-Nov-10 1:33 
AnswerRe: Dymanic CheckBox Pin
Amar Chaudhary28-Nov-10 6:48
Amar Chaudhary28-Nov-10 6:48 
GeneralRe: Dymanic CheckBox Pin
treuveni28-Nov-10 20:36
treuveni28-Nov-10 20:36 
Questionis there key press event on asp.net ? (like in winform) ? Pin
Gali197827-Nov-10 10:18
Gali197827-Nov-10 10:18 
AnswerRe: is there key press event on asp.net ? (like in winform) ? Pin
Pete O'Hanlon27-Nov-10 11:26
mvePete O'Hanlon27-Nov-10 11:26 
AnswerRe: is there key press event on asp.net ? (like in winform) ? Pin
Amar Chaudhary28-Nov-10 6:47
Amar Chaudhary28-Nov-10 6:47 
Questionhow to refresh data in data controls Pin
Deepak Nigam26-Nov-10 16:51
Deepak Nigam26-Nov-10 16:51 
AnswerRe: how to refresh data in data controls Pin
Brij26-Nov-10 18:24
mentorBrij26-Nov-10 18: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.