Hi I have a menu control in asp.net with 4 child items. I nees to fire some javascript when click on the first child item of the menu.
Could any one help me out ASAP?
Thanks.
User Profile
Collapse
-
Javascript for asp.net menu control
-
ya i tried it.. but no use :(
its result is 1.4 ->1 and 1.6 ->1... -
Decimal to int
Hi is there any function in c#(other than ceiling and floor functions) which returns output as follows.
if i provide an input of 1.4 it should return 1
if i provide an input of 1.6 it should return 2
Please reply back ASAP.
Thanks
Sasi -
Compare text non-case sensitive
Hi I have Chennai in a textbox and CHENnai in my drop down. When i try to compare those two they are not matching. Is drop down values case sensitive? If so how can i make the drop down list values as case insensitive?
Please respond to this query ASAP.
Thanks. -
Horizontal dividing line between root nodes in a treeview?
Hi -
Anyone know of any way to do this? I just need to add a line to as an extra visual design element to separate sections in my navigation. Is there some way to extend this kind of control?
I don't want to go through an enormous hassle just to add a line, but there will be some hassle required if I have to talk the designer out of this. :)
Would be handy to be able to skin and customize these kinds... -
provide me with the idea. I should first develop it and it should go live first.
If i start earning then i wll defenitely give you rewards....Leave a comment:
-
hi,
try this
for (int i=0;i<gridview1 .rows.count;i++ )
{
if(textbox1.tex t==gridview1.ro ws[i]["REGISTRATIONNO "].tostring())
{
textbox2.text=g ridview1.rows[i]["SPEED"].tostring();
textbox3.text=g ridview.rows[i]["the column name for ignition"].tostring();
}
}...Leave a comment:
-
shall i use 'enter' as an access key of a button
Hi all,
like gmail and yahoo as soon as i enter all the required information and on click of enter button it should go to save button. any suggestions? -
Thanks for the suggestion but i am expecting the twin benifit of satisfying every one and earning myself. Could you please giv me an idea which fulfills these two requirements?...Leave a comment:
-
-
-
-
New web site
Hi all,
I want to develop a new web site and host it over the internet.
can any one giv me some suggestions. the web site should be useful to most of the individuals like the online bus reservation, booking movie tickets onlien etc.. please giv me an idea...
thanks in advance. -
-
adding empty parent nodes to a tree view
i have a tree view as follows.
account information
account1
account2
account information second
account 1
account 2
all are parent nodes, i want to add a empty node between account 2 and account information second. how can i do that? -
hi,
assume you have a value in TB1 in form1
on BT1 click event carry that TB1 value in the session like
void BT1_click(sende r,e)
{
session["TB1value"]=TB1.text;
}
in form2 page load event
pageload
{
show("session["TB1value"].Tostring()");
}
function for show.
public static void Show( string...Leave a comment:
-
thanks for the reply. its working but while adding each item i need to check whether there is any duplicate value in the already existing items. how can i do that?...Leave a comment:
-
loading dropdown
hi, i have a value like 'AM,AS,Testing' in the database. on the page load i need to load the dropdown with the above values but each as an individual entry, like AM as one entry in the dropdown, AS as 2nd dropdown value, Testing as the last option in the dropdown. can any one helpme out there?
No activity results to display
Show More
Leave a comment: