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
~4K People Reached
Favorite Tags
Member Avatar for rohitmanhas_12

iam working on project in asp.net using c#.... iam getting this error when iam inserting value from form to database... Incorrect syntax near 'nvarchar'. Must declare the scalar variable "@Occupation"... how to remove this error... plz reply...

Member Avatar for Sarama2030
0
1K
Member Avatar for rohitmanhas_12

Hi.. i have to Create a simple data entry Windows Form application with the following requirements.(*Note it should be using ASP.NET 2.0 framework and c#) • Capture customer personal information and employment information. Personal information includes Name, Address, Phone and Date of Birth. Employment information includes Employer Name, Office Address, …

Member Avatar for Lusiphur
0
375
Member Avatar for rohitmanhas_12

hi iam working on asp.net using c# project...iam facing a problem...the problem is,i had a master page in which iam using collapse panel(ajax control)... in collapse panel i had folders like:- xyz abc def ghi.... and in xyz folder i had some forms.... nw the problem is that i had …

0
51
Member Avatar for rohitmanhas_12

hi i want to convert this jsp code to c#... JSP CODE--------------- [code] ResultSet resultset4; try { Statement statement1 = connection.createStatement(); String strSQL = ("SELECT * FROM IllnessMaster"); resultset4 = statement1.executeQuery(strSQL); while(resultset4.next()) { str2 = resultset4.getString("IllnessId");//Here getting illness ID dd = str2.length();//taking IllnessID length str5 = str2.substring(1,dd);//here making IllnessId into …

Member Avatar for kvprajapati
0
367
Member Avatar for rohitmanhas_12

Hi, I need help for this problem that i'm trying to solve for a while (i'm Using ASP.net and C#). How do i submit the values from selected checkbox lists into database using c#.... Here's the code: .......................................................................... [code] <asp:CheckBoxList ID="CheckBoxList1" runat="server" Font-Bold="False" Font-Names="Vrinda" Width="338px" style="text-align: left"> <asp:ListItem>Public Tap</asp:ListItem> <asp:ListItem>Well …

Member Avatar for rohitmanhas_12
0
196
Member Avatar for rohitmanhas_12

hi, i had to make a asp.net form in which i had three columns ... 1:- for Date of registeration 2:- Date of birth 3:- Time of Birth.... and using c# insert these values into microsoft SQl database... cud anyone give me the code,to do it.....

Member Avatar for kvprajapati
0
196
Member Avatar for rohitmanhas_12

I am building an application in MasterPage. Now I have an Login page from which my user is redirected to the masterpage when he is loging in. For authentication I am using FormsAuthentication and it works fine. Now when the user is on the MaseterPage I have a logout button. …

Member Avatar for miraclebos
0
83
Member Avatar for rohitmanhas_12

cud anyone tell me what is session in asp.net and how to use it in login pages.... iam working on ASP.NET using C#....

Member Avatar for kvprajapati
0
136
Member Avatar for rohitmanhas_12

Need to delete the selected item from the dropdown from the database with the button click.Also when user clicks the delete button i need to show the alert or confirm dialog box for confirmatiuon that user realy want to delete that item....plz help me ...

Member Avatar for Freon22
0
1K
Member Avatar for rohitmanhas_12

I need to control timeout values for each user. Im having trouble to make it work. When the session timouts out I want to redirect the user to the login page...cud anyone help me with this..

Member Avatar for kvprajapati
0
62
Member Avatar for rohitmanhas_12

i want the following jsp code to be converted in c#... cud anyone help me... [code] ResultSet resultset, resultset1; String localityid,villageid; Connection connection= DriverManager.getConnection("jdbc:odbc:rmcwhDSN"); Statement statement= connection.createStatement(); String familyid = request.getParameter("familyid"); String tempSQL = "select * from HOUSEHOLDMEMBERS where FamilyId='"+familyid+"'"; //out.println(tempSQL); resultset=statement.executeQuery(tempSQL); String tempMemberid=""; String tempNum=""; while(resultset.next()) { tempMemberid = …

Member Avatar for rohitmanhas_12
0
178
Member Avatar for rohitmanhas_12

cud any one tell me how to search particular data from database using data grid..... i had three text boxes for firstname,lastname and age.. and a search button... when i enter anything in any of the first two text boxes i.e either firstname or lastname or both, and enter search …

Member Avatar for rohitmanhas_12
0
334
Member Avatar for rohitmanhas_12

iam working on asp.net project and in that i want to change images in given time interval....like i had 10 images and every images changes after 5 seconds... i want to use flash for that...cud anyone solve my problem.....

0
65
Member Avatar for rohitmanhas_12

i want to use timer in my pages..below is the code that i had used.. its working fine when i used it with a new page..but when i used it with my master page and run in browser it will only show the time..i had to refresh it every time …

Member Avatar for rohitmanhas_12
0
61
Member Avatar for simons24

i need open source for dropdownlist for country,state and city as same as in below link [url]http://www.genuinematrimony.com/register.php[/url]

Member Avatar for sysel
0
123