- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
19 Posted Topics
Re: not possible. wither use third party controls like telerik or seperate the functionality to two list boxes | |
| |
Re: 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. | |
Re: 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. | |
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 … | |
Re: Why cant u try this: Function ExecuteStoredProcedure(ProcedureName, [parameters separated by comma and a delimiter]){ } | |
Re: try gvdatatable.DataBind() after executing the Update statement. | |
Re: Can u please put the source code here? Before that: try calling DropDown_control_id.DataBind() on the Page_Load() | |
Re: [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. | |
Re: [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 | |
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 … | |
![]() | Re: I think u should provide DataKeyNames property of ListView. |
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 … | |
Re: Are you looking for cascading dropdowns in the GridView? | |
Re: 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! | |
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 … | |
Re: 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. | |
Re: "update Stutable set password as ('" & TextBox2.Text & "') where rollno = " & TextBox3.Text | |
Re: Set AutoEventWireup="False" for that page. Set CausesValidation="False" for that button. it will work. |
The End.