[Message Deleted]
User 4003684
Posts
-
[Message Deleted] -
Javacsript Always on top link scollHello Everyone I am using ASP.NET 3.0 and I want a code for javscript that appears a link on a page at a client machine. I want minimum code for 3 to 4 lines that put on a client server. Thanks in Advance Saurabh Agarwal
-
Dynamiv Menu based on RoleHi I want to create a menu on my website being built using asp.net2 with menu items based on the "role" of the user who logged into the system.Role iformation will be read from database... For ex: for a user with "Admin" role, i would like to show "Menu Item1", "Menu Item2", "Menu Item3", "Menu Item4". Where as if the user belongs to "Help-desk" role, i would like to show only "Menu Item1" and "Menu Item3"... Thanks in advnace Saurabh Agarwal
-
Regex Allow only spaces and charcters in a textboxHello Everyone I am new in asp.net 2.0 and i am working on webpage where i want to use Regex to validate my textbox. My textbox only contains charcters and spaces allowed. I want only charcters and space allow in my textbox, no special charcters and numeric values are allowed. I am using the Regex such as "^[a-z]*$" Thanks in advance Saurabh Agarwal
-
Populate the dropdown list with states and citiesHello Everyone I am using a drop down list in asp.net 2.0 What i want to do is, user will not select the states but user can select the cities in that, means, according to that country, cities will be listed in same drop down list. Regards Saurabh agarwal
-
Freetext box Like ControlHello Everyone I am woking on asp.net 2.0 and i am using a Freetextbox control but does'nt works on Safari 3.0.4 browser. I want a Freetextbox like control that will support in all the browsers like IE6, IE7, Mozilla, Safari etc. Thanks in advance Saurabh Agarwal
-
How to insert data in GridView and then into database [modified]Hi Thanks for sending a link.. but i dont wont this, there are two textboxes and button, user will enter the values in textbox, and then after clicking on add button it will enter into griview and from gridview it enter into database. Thanks in advance Saurabh agarwal
-
How to insert data in GridView and then into database [modified]Hello Everyone I Have two text boxes having a label of Emp Name and Emp Sal and then click on submit button that values will added in a gridview and from gridview it will inserted into databse. I am using asp.net 2.0 and sql serevr 2005 Thanks in advance Saurabh Agarawl
modified on Friday, December 12, 2008 12:48 AM
-
Securing DLL'sHi, I have some class libraries, which I dont want the client to use. How can we secure our dll in such a way that if someone else adds our dll to his project then it gives some error or may e do not allow to add it. Or is tehre any other way by whihc we need not send the DLL in the setup.
-
Securing DLLHi, I have some class libraries, which I dont want the client to use. How can we secure our dll in such a way that if someone else adds our dll to his project then it gives some error or may e do not allow to add it.