calling stored procedure with linq
I am new to Linq server.
I have a stored procedure in my databse that retuens count number.
I am new to Linq server.
I have a stored procedure in my databse that retuens count number.
I’m trying to find a tree using ASP.NET AJAX’s client-side framework. I also use jQuery for doing any JavaScript operation after the DOM is ready. my code is like:
I want to solve duplicate objects in dynamic loading content. Please look at the following source code for easier understand.
I am trying to upload a file and save it’s binary content to my database field. Each time I try to save, it simply enters the database as 0x.
I’m designing a single page web application with all the action happening on default.aspx. I store the user’s user id in Session after he logs on. I use SWFUpload in default.aspx to upload files to upload.aspx.
When upload.aspx receives a file, it checks HttpContext.Current.Session for the user’s id. This used to work, but since recently HttpContext.Current.Session doesn’t have any values regarding my session. I must have changed something along the line but I have no idea what.
See the Image below:
In my asp.net mvc application, I would like to show the user the error message that was used to throw an exception. The exception occurs in an ajax request. I have tried this:
i have an check boxlist with (6 items under it). and i have an search button. if user clicks Search button it gets all the result.
i am binding the items for checkboxlist using database in .cs file
I am writing a wrapper library for log4net. This library should be able to capture Context information such as querystring, cookie, form fields etc. etc.