Is it possible to have C# and vb.net in the same asp.net website?
Is it possible to have C# and vb.net in the same asp.net website? without separating in class libraries.
Is it possible to have C# and vb.net in the same asp.net website? without separating in class libraries.
I have a GridView that looks something like this:
I have a datepicker which shows date in format dd/MM/yyyy(i know i coould change there itself but by client want it that way) and in database its in format MM/dd/yyyy so i do want to convert in that way. e.g. in text box 23/09/2010 and in c sharp its convert to mm/dd/yyyy(txtbo1.text) Regards Indranil. Answers: … Read more
I’m building a in codebehind. The table is a listing of a database records (one record per row) and I neeed to add a delete button for each row. To do that, I of course need to build a button with a unique ID for that. To do that, I came up with the following … which doesn’t work. Any tips on how to get this working?
How do I obtain the version number of the calling web application in a referenced assembly?
I am making an application that deals with vehicles. I need two DropDownLists:
If there is no src attribute, depends on the value of the type attribute, but must match script content restrictions.
If there is a src attribute, the element must be either empty or contain only script documentation that also matches script content restrictions.
Please guide how to prevent multiple user to be logged in at a time using a user id ?
How to get absolute path in ASP net core alternative way for Server.MapPath
I am trying to write an WEB API from .net and trying for my Android Application to query some data from the sql server database.