won’t work in ASP.NET
Okay, this may seem silly, but on an ASP.NET .ascx control, I’m trying to use:
Okay, this may seem silly, but on an ASP.NET .ascx control, I’m trying to use:
I am getting this error when I am using ODP.net The error is appearing when I include a connection
I’m looking for the best way to incorporate a classic asmx web service into my MVC3 environment. I’d like the kernel/container to be shared between the two.
I am trying to digitally sign information with a private key. I know how to do this on in a desktop client application with .Net, but am not sure how to do it in ASP.Net. It would be used on an intranet using IE8. If it is done via ASP.Net, I am guessing that the private key is not sent to the server when the user types in their certificate passowrd when going to the site (https, 2-way SSL), but am not sure. If there is no way to access the client private key on the server, then how can I sign something in the browser? Can I use javascript?
When I try to build my solution in Visual Studio (2010 SP1) containing a website, I get the following funny error.
I have a table which contains null values and I need to get data from the table using SqlDataReader. I can’t figure out how I can safely cast DBNull to int.
Some background So I was finishing up some enhancements in a web application that does some automatic interpolation of data. There are a handful of textboxes that the user fills out, and other textboxes in between them have values automatically calculated. The textboxes that receive automatically calculated values must be readOnly to prevent user changes, … Read more
I am using iTextSharp and CSharp for creating the pdf. I need to add formfields like checkbox, radiobutton and dropdown which can not be edited.
HI coder i have a gridview in which data comes from database.. now id of all row is same what i want it to show only first row of my gridview and hide rest of the others but not their value i just wana hide them. i want their value because i have a lightbox on it.