| bio | website | sanjaysuman.weebly.com |
|---|---|---|
| location | Delhi, India | |
| age | 27 | |
| visits | member for | 3 years, 5 months |
| seen | Feb 28 at 19:32 | |
| stats | profile views | 111 |
In 2008 i have completed my MCA program along with Advance Application Programming. Working as a Software/web developer in Noida since 2008.
|
Feb 18 |
accepted | Jquery in Checkbox |
|
Feb 18 |
asked | Jquery in Checkbox |
|
Feb 18 |
comment |
Passing Textboxes from 'form' to stored procedure is resulting in errors Thanks That did get me past that error, but now I get another error that has me confused. Can you help?Here is the error message, which identifies line 42 as the problem: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1026: ) expected Source Error: Line 40: } Line 41: Line 42: int AddLead(string txtCampaignID.Text, string txtEmail.Text) Line 43: { Line 44: SqlCommand dbCommand = new SqlCommand(); |
|
Feb 17 |
comment |
Passing Textboxes from 'form' to stored procedure is resulting in errors ok let me check....thanks |
|
Feb 17 |
asked | Passing Textboxes from 'form' to stored procedure is resulting in errors |
|
Feb 17 |
accepted | compressing and decomressing in .net endsup with an decompressed array of zero's |
|
Feb 17 |
asked | Getting Variable values out of and XSLT file |
|
Feb 17 |
asked | Other Files Do Not Recognize My Static Class - ASP.NET and C# |
|
Feb 16 |
asked | c# Regex.Match problem |
|
Feb 16 |
asked | Trouble using 'foreach' with a generic list |
|
Feb 16 |
asked | compressing and decomressing in .net endsup with an decompressed array of zero's |
|
Feb 16 |
accepted | What the best way to save/load Windows Forms ToolStripMenuItem |
|
Feb 16 |
asked | What the best way to save/load Windows Forms ToolStripMenuItem |
|
Feb 11 |
awarded | Supporter |
|
Feb 11 |
revised |
Conditional Sql Query Made changes in the sample DML |
|
Feb 11 |
comment |
Conditional Sql Query Yes i know how group by criteria works. It needs to take some criteria to group the result. But where there are many fields to be returned than it's not good to use group by, because it will return error. |
|
Feb 10 |
revised |
Conditional Sql Query added 563 characters in body |
|
Feb 10 |
comment |
Conditional Sql Query I need to calculate 'Average Price' from the properties posted 10 days ago, if there is no property posted 10 days ago then take it as 30 days ago. Something like this: Select SUM(Price)/COUNT(PropertyId) As Average_Price from Properties where (DATEDIFF(day,listingtime,getdate())<30 or DATEDIFF(day,listingtime,getdate())<10) But here i am getting only one Field 'Average Price' and here also i am not putting the check to filter whether it has been posted 10 days ago or 30 days ago. Knidly Recheck and try to solve my problem. Thanks in Advance. |
|
Feb 10 |
revised |
Conditional Sql Query added 60 characters in body |
|
Feb 10 |
asked | Conditional Sql Query |