Need Encrypted connection string and stmp information in the web.config
I want to keep encrypted connection string and stmp information in the web.config.
I want to keep encrypted connection string and stmp information in the web.config.
I had a question more detailed earlier which I had no answer, I will have the same question with a simpler way:
i have a signup page and i want to check username exists or not with ajax
I have built some back-end code to retrieve an image from a SQL Server database. I want to display this image on my web form based on the currenct selected value of a gridview control.
I’m using connection string in my ASP.net but its showing question mark as my entry in Arabic language, how I can convert the entry to work properly.
select nth child like this I want to select seconds child .
I have an ASP.NET web application “K” that has its own authentication and authorization built on SimpleMembershipProvider.
I am trying to get the windows Logon username from my asp.net application. Here is my code
I have code that will generate a random unique id.. but is there a way I can edit this code so that it grabs a date in a specific way like yyyy-mm-dd-0001. the last 4 digits I want it to add 1 each time the generateid button is clicked. so it will change to 0002. Here is the current code I have. Is there a function that can grab the date automatically?
I have a div that has a bunch of thumbnails showing horizontally (with a horizontal scrollbar). Is there a way to lazy load these thumbnails and only show them once the user horizontally scrolls to their position? All the examples I’ve seen check the browser window, not a div.