User Profile
Collapse
-
plzzzzzzz help me
can anybody say me how to use tabcontrol in the asp.net....ther e is no tabcontrol item in the toolbox... i think we should write code for that.....plz help me.... -
Hi,
I am looking for some help in coding an app using ASP.NET 2005,where in a web form I have four tabs which call four different forms in the panel after click event. I don't see any tab control in the toolbox in visual studio so I guess I have to write some code for that. can someone help figure out how ?
thanks in advance... -
plz help me.......
can anybody say me the coding for displaying the menubar in the aspx page in asp.net -
i have return java script code for textbox ...this is code...it allows only aphabets...but i wat to allow space and dot....wat will be the code.....
<script>
function EnsureNumeric()
{
var a = window.event.ke yCode;
//alert(a);
if((a >= 97 && a <= 122) || (a >= 65 && a <= 90))
return true;
else
return false;
//alert(window.ev ent.keyCode);...Leave a comment:
-
Javascript validation code for textbox on press event
Can anybody say me for writing javascript code for textbox key press event such a way that it should allow only alphabets,dot and spaces -
-
i tried this but im not getting the output.....and also once the raddiobutton is clicked its not getting deselected...Leave a comment:
-
can u plz help me ...its urgent
can anyone plzzz help out to write code in c# that i have kept one radio button and one textboxes and one label button .....once the radiobutton is clicked the textbox and label should get displayed....ot herwise it should be in hidden state...... -
date calculation
hi
Can u plz tell the coding to pick the date from the calendar and to display it in textbox and after that ...from date and to date ...should be get subtracted and no of dates should be calculated in c# -
Getting date value from calender
Hi ........Im working with c# and asp.net and i have two calendar control in my form and i want the cliked date value to be get displayed in the textbox.
i gave the code as
TextBox1.Text = Calendar1.Selec tedDates.ToStri ng();
in page load event but while running nothing is displayed.
and also after getting the date in the textbox ...i have to subtract the from date and to date
... -
it is webform so keypressed option is not coming and is their any other expression for validation expression...Leave a comment:
-
How to display only alphabets?
hi... can anybody help me for displaying only alphabets in textboxes in visual studio 2005[asp.net]
i gave[a-zA-Z] in validation expression for regular expression validation..... . but still im not getting ....if i giv only aphabets also it showing error......
And aslo i want the expression for displaying alphabets and space -
Thanx for ur code .....but i have to write code in c# with sql 2005 plz help me out and also is there anyway to write code without using this oledb connection...Leave a comment:
-
-
list coding in dropdown listbox
hi
im designing a employee project in that empid should be get displayed in dropdown listbox ...it should take values from the database...its C# coding.... and also if a click that empid...all the details related to that employee should get displayed in seperate form.....
plz help me .... -
thanx sir
but my question is
i have two textbox
fromtime
totime
in both the textbox system automatic time will be stored and i have to find the difference in their timing and should store that value in another textbox called No Of Hours..... its in c# only...plz send me the exact code ...i have mention my three textbox name.
Regards,
juli...Leave a comment:
-
Subtract two system times
Actually i have two textboxes in which from time and to time will be there...both the timings are system timings....now my question is i have to get this two timing subtracted in a textbox(No Of days)...
Plz help me out
thanx in advance.
No activity results to display
Show More
Leave a comment: