Forum: ASP.NET Oct 18th, 2009 |
| Replies: 1 Views: 305 There is no label click evnet in ASP.net? I want to perform some action on label click . When i double click on it Label1_Load EVent is generated? |
Forum: ASP.NET Oct 14th, 2009 |
| Replies: 1 Views: 232 I want to ask that y there is need to add user control in web.config & when we add it?? If we want to use user control in different pages,we can just drag & drop it on the form,then y we add it in... |
Forum: ASP.NET Oct 13th, 2009 |
| Replies: 3 Views: 404 Thx...
Thru JS
<script type ="text/javascript" >
function onMouseMove()
{
document.getElementById("1").style.backgroundColor ="skyblue";
document.body.style.cursor =... |
Forum: ASP.NET Oct 12th, 2009 |
| Replies: 3 Views: 404 I want to change cursor type & backcolor when mouse moves over a td,Suppose I want to chnage the cursor to Hand, & backcolor to Blue on mouse move, & on mouse leave i want to change the cursor to... |
Forum: ASP.NET Oct 9th, 2009 |
| Replies: 2 Views: 333 Suppose there are two buttons named button1 & button2.I wnat that when the user presses enter key,button2 click event will fire? How to do dat,Can somebody tell me? |
Forum: ASP.NET Sep 26th, 2009 |
| Replies: 1 Views: 295 Suppose mine project is on desktop
C:\Documents and Settings\Mansi\Desktop\ASPStarting
& Mine XML file is in D:\Documents and Settings\Sonia\Desktop\ASPStarting\App_Data
I change the ADRORATOR... |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 1 Views: 266 I want to show progress while fetching the records from the database...How to show progress..There is no progress bar in ASP.net????????? |
Forum: ASP.NET Aug 17th, 2009 |
| Replies: 1 Views: 244 Can somebody help me in making me understand the regex function-
What these characters means
/^(\w+[\-\.])*\w+@(\w+\.)+[A-Za-z]+$/
function validate(input)
{
var email... |
Forum: ASP.NET Aug 15th, 2009 |
| Replies: 1 Views: 243 I have two textboxes textbox1 & textbox2..I use compare validator,Suppose I enter 12992 in textbox1 & textbox2 text is left blank,& when i click on button, then y the page is postback.Cz page is not ... |
Forum: ASP.NET Aug 15th, 2009 |
| Replies: 2 Views: 297 I have one custom validator, one textbox & one button..I m checking the length of data entered in textbox.
VB CODE
<asp:CustomValidator ID="CustomValidator1" runat="server" ... |
Forum: ASP.NET Jul 28th, 2009 |
| Replies: 0 Views: 174 Can somebody tell me how to create a User Control that consists of two textboxes & button..On button click,i want to show just the msg textbox1.text & " " & textbox2.text,, Tell me how to use the... |
Forum: ASP.NET Jun 29th, 2009 |
| Replies: 4 Views: 482 hi
sknake ,
Which answer not to repeat..Hi sorry to say dat but there is not ctype function in ASP.net + C#,
Instead of dat I use-
lID= Convert.ToInt32(sID); |
Forum: ASP.NET Jun 28th, 2009 |
| Replies: 4 Views: 482 Can somebody what is the Replace equivalent in ASP.Net..Below is the VB.Net code..I Searched on the net..but not able to do it....I hope so it will be too simple..
Private Sub Form1_Load(ByVal... |
Forum: ASP.NET Apr 10th, 2009 |
| Replies: 4 Views: 937 Is it possible to extract the database data & show that data into HTML table.. |
Forum: ASP.NET Apr 9th, 2009 |
| Replies: 4 Views: 937 Hey i want to ask that,suppose in HTML table cell...I insert Hyperlink....Is that possible to write the code for that hyperlink...Cz if the iamges are static,HTML table is better option than... |
Forum: ASP.NET May 14th, 2008 |
| Replies: 4 Views: 2,335 If I m using the Selected Item errore are there,if instead of item I use Selected Value,no errors are there,but when i select in any item in Dropdownlist3, in dropdownlist4 no item is displayed.... |
Forum: ASP.NET May 12th, 2008 |
| Replies: 4 Views: 2,335 There are two dropDownLists on my form. In one DropDownList items
are-
1)BE
2)Drawing
3)PG
I want if a user selects BE in dropdownlist3 then in dropDownlist4 items are
IT, CSE, MECH |