Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for srky

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 …

0
72
Member Avatar for srky

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. …

0
58
Member Avatar for srky

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 …

Member Avatar for Elihu5991
0
260
Member Avatar for srky

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 …

Member Avatar for guru_sarkar
0
62
Member Avatar for srky

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 …

Member Avatar for guru_sarkar
0
74
Member Avatar for srky

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 …

Member Avatar for Lusiphur
0
145
Member Avatar for srky

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 …

0
69
Member Avatar for srky

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 …

Member Avatar for rohand
0
902
Member Avatar for srky

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 …

Member Avatar for srky
0
79
Member Avatar for srky

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 …

Member Avatar for srky
0
106
Member Avatar for srky

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 …

Member Avatar for reach_yousuf
0
74