No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
I have an issue suppose I have a treeview with History, Science, Maths. When i select Science it wants to be Blue and when i select Maths it wants to be Blue but Science wants to be Normal. I want when I selected any node ,only that selected node color … | |
Hello Friends, I want to know that how to collapse the rest of the tree node when we are going to click the next node in the tree,After clicking the selected node the rest of the deselected node should be collapse and only selected node should show the expanded tree. … | |
I want advice on which path i choose to do my career well. I have done B.Com. ,While doing B.Com i had Completed the (Advance Diploma in Programming) IT-Software Course.Also I m pursuing Corresponding M.C.A. 3rd Sem now.I m interested in IT-Software Field.I have a 2 years of experience as … | |
In My applicatin I have added an AutoCompleteExtender to a TextBox. The web method queries a database and returns Employee names for the Auto Completion. This works great and is very snazzy! However, I would like to populate other controls on the page based upon the text that is entered … | |
Hello, I am developing an asp.net c# application. I need to implement a textbox in which the user enters a character (or more then 1) and a dropdownlist is filled according to that character (it is filled with all of the strings the begin with that character). it's like an … | |
Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the … | |
Please help me ,How to solve this error Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the … | |
cmd1.Parameters.Add("@emp_name1", SqlDbType.NVarChar); cmd1.Parameters.Add("@join_date1", SqlDbType.DateTime); cmd1.Parameters["@emp_name1"].Value = name.Text; System.Data.SqlTypes.SqlDateTime getDate; //set DateTime null getDate = SqlDateTime.Null; if (joindate.Text == "") { cmd1.Parameters["@join_date1"].Value = getDate; } else { cmd1.Parameters["@join_date1"].Value = joindate.Text; } I used this code to insert a null value in datetime column of sql server table but always its giving … | |
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and … | |
Hi Guys, My issue is that i dont know of a way to pull data from a formview using C# and inserting or updating that into a database. I saw something which searching around on the internet called a findcontrol, and i gave it a go, but I m so … | |
I m having a problem ,I have 1 gridview bind with 20 columns of data. But because of the data is two large I have to create scrollbar for that. Its to difficult if the data is too large in numbers. I want to display 20 columns in two rows … |
The End.