I got it.... I have done a small mistake..I realized that
GetOn GetGoing
Posts
-
Drop Dowm List -
Drop Dowm ListI want to remove some items from combobox at runtime depending on some condition, I tried with remove option but its not working for me please let me know about this.
-
dropdown listU r question says that..u want to fire an event once u click on the combobox that is before u select any index.... When u frame question frame it properly
-
dropdown listYou can go for selected index changed..... But if u want event to be fired once you touch the combobox....then you can go for onblur...But this will happen at client side...
-
Anoying cookie issue!Yes there is a relation... Whenevr u will open a page..if u keep the page open for more than 20 mts it will not send any request to the server... Check it correct me if i am wrong....
-
CookieCan anybody please let me know abt the good articles on COOKIE wrt Asp.Net or books or website
-
Anoying cookie issue!your cookie expire time may be years togeather..but how abt your session? Just check abt u r session handling...
-
Pop Up window problemsHi I want to know how to restrict user to operate on parent window when there is a child window. Please let me know on this.. Its urgent Regards,
-
Debugging ToolHi Is there any tool for debugging javascript?If so whatz the tool from where i will get it and how to use? Regards,
-
Few Questions on asp.netThanks friend But Garbage collector..I have so manydubts about the garbage collection.. We know that once GC is invoked all Live objects go down of the heap. But what will happen to there address.. How GC will synchronize between addresses
-
Few Questions on asp.netHi I have few questions 1. What is the difference between a virtual directory and website? 2. What is the difference between get and post methods of form? 3. What Garbage Collector will do when you say Object=nothing in Vb.net or object=null in C#? 4. What is the principal object? Where it is useful and how? 5. Please tell me series of events that will fire when you execute a web page 6. what are the differences between HTML server control and asp.net server control? 7. What autoeventwireup will do? Regards,
-
Arabic to romanYa that will be fine with me... But how to do that for a consle application
-
Arabic to romanYa i got it... But how you will represnt 5000 you cant represent with "MMMMM", you should represnt as V and a "-" on that, i dont know how to print this kind of special characters in console application.
-
Arabic to romanI want to write a console application, Which will convert arabic numbers to roman. But the problem is in roman 5000,10000 etc will be represented as V and a "-" symbol upon V..but i dont how to get these characters please let me know how to write a string a "-" upon them. Please note that this is for console application Its very urgent
-
InterviewCan any body send me the interview questions..I dont want direct questions I wan the questions which are very tricky and concptual....
-
Character arrayI have string array, I converted that one to char array I am trying to access values of character array and trying to convert them to integer. code follows here string rs="999"; char[] rs1=rs.ToCharArray(); int i; int sum=0; for(i=0;i
-
Conversion from string to integerHi to all I want to convert string of numbers to integer without using any in built functions like convert or parse for ex "666"=666
-
Command Linecan you tell me how to pass a integer command line parameter in C# I am struggling with this Please let me know at the earliest Praveen
-
How to reduce size?I am using a string array which is having 13 constants and i am comparing with other 13 constants. When i built that executable file its size is 16kb but i feel 16kb is very costly. Please explain me Regards,
-
How to reduce size?I have used String array and integer for one console application. But size of the executable is 16kb. can u help me in this view.