Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
1 Endorsement
Ranked #858
Ranked #2K
~5K People Reached
Favorite Forums
Favorite Tags

19 Posted Topics

Member Avatar for newbie26

not possible. wither use third party controls like telerik or seperate the functionality to two list boxes

Member Avatar for nebyas
0
96
Member Avatar for Azmah
Member Avatar for BDove
0
2K
Member Avatar for KushMishra

use ../path (absolute path) in the Style Sheets for images and other media files. use ~/path (relative path) in the server web pages links for navigation. its always better to re-organize the entire project structure and test it locally before proceeding further, if it will not take much time.

Member Avatar for KushMishra
1
172
Member Avatar for 123mehran

Why cant u try the Masked Edit control in Ajax Control Toolkit? Or Use CompareValidator using Type comparison. Or Manual Checking for ASCII - its not advisable.

Member Avatar for fawadkhalil
0
99
Member Avatar for nebyas

Dear Friends, I have developed 3 asp.net applications deployed in 3 different servers located in the same domain. All servers running win2003 server and IIS 6. Currently a user required to login 3 times if he planned to use all 3 applications. I would like to make it in such …

Member Avatar for vuyiswamb
0
68
Member Avatar for NitendraTRIC

Why cant u try this: Function ExecuteStoredProcedure(ProcedureName, [parameters separated by comma and a delimiter]){ }

Member Avatar for prateekpk5
0
117
Member Avatar for umamahesh2020
Member Avatar for Farhad.idrees

Can u please put the source code here? Before that: try calling DropDown_control_id.DataBind() on the Page_Load()

Member Avatar for nebyas
0
84
Member Avatar for kgenn

[QUOTE=kgenn;1458920]hello guys :) I'm here again to ask some questions :) how can I put the value of a gridview in textbox and dropdown when I click the "select" thanks! :D[/QUOTE] Use Command Argument and Command Name properties. Get the Value of Command Argument in TextBox or Dropdown.

Member Avatar for nebyas
0
115
Member Avatar for mkimad

[QUOTE=mkimad;1362390]i need project title in computer science[/QUOTE] Dear, If you let me know what you are really looking into, then I might be able to help you giving suitable project titles. Thankx

Member Avatar for nebyas
-3
76
Member Avatar for nebyas

Dear Friends, I devloped a web application in ASP.NET/ Sql Server 2008 and tested in development pc. It is working fine. But when it is deployed in Server running windows 2003/ IIS 6/ Sql Server 2005 and 2008, it is giving access error. "Error 26. Cannot access the database". I …

0
54
Member Avatar for spacepilot5000
Member Avatar for nebyas

Friends, I have a master-detail form. How can I set permission for the form in such a way that, a user having permission to edit only can edit a record. a user having permission to view can only view the data and print it. Can you suggest some methods or …

Member Avatar for sergb
0
59
Member Avatar for d3fcon
Member Avatar for aripaka

Thank You very much. Actually I implemented the application in this way; but I was not sure, whether this is the right way or not. Now it is confirmed. Thanks a lot!

Member Avatar for kvprajapati
0
542
Member Avatar for nebyas

How to implement a simple workflow system? eg: A user submit his leave application, which will be forwarded to his boss. The Boss approves it and forward it to another department and finalizes the approval. The user should know the status of the application, where it is. Please provide me …

Member Avatar for kvprajapati
0
79
Member Avatar for laghaterohan

Convert the field to Template field. In the EditItemTemplate, you place the drop down. Provide the DataKeyNames property in the Grid property. Set the DataTextField and DataValueField property of Dropdown Hope this will do it.

Member Avatar for laghaterohan
0
246
Member Avatar for ritesh2190

"update Stutable set password as ('" & TextBox2.Text & "') where rollno = " & TextBox3.Text

Member Avatar for nebyas
0
74
Member Avatar for manalibhadula

Set AutoEventWireup="False" for that page. Set CausesValidation="False" for that button. it will work.

Member Avatar for nebyas
0
81

The End.