-
Place the following code in web.config within < system.web > < / system.web >. Specific directories rather than entire application: < location path =" Upload" > < system.web > < httpRuntime executionTimeout =" 9999" maxRequestLength =" 2097151"...
-
We already know how to use the jQuery UI DatePicker in ASP.NET. Here is a good reference. I'm working with people who have a need for a DatePicker where users can only select Wednesday, Thursday, and Friday. And in addition, the user will not able to select any past date either. Following are the...
-
hi, i am facing a prblem about image resizing.. i know it is a common problem but the scinario is little different here. i have some image in my server image directory and also have their small 128 X 128 sized thumbnail..i show a page with those images like 'facebook photo album' and also linked...
-
What is Reflection? Reflection is the feature in .Net, which enables us to get some information about object in run time. That information contains data of the class. Also it can get the names of the methods that are inside the class and constructors of that object. To write a C# .Net program which uses...
-
thanks.Pls inform me if you find any better idea.
-
Problem: Today I have faced a new problem(new for me), when I press save button it works fine and then refresh(F5 or Refresh button on browser) the page but this time it is execute the button click event again. For this duplicate data posting on the server. I try to find out the problem, nothing wrong...
-
There are various ways to use Single Sign on(SSO) in asp.net web application. We can use cookies, session (state server), SAML and web services etc. Now we would like to give a brief overview of how to use cookie to implement Single Sign on(SSO) in asp.net web application. Assume that we have two web...
-
Hello Nazmul, Actually I was busy with new projects and still is. As I am now the lead developer and I always love to explore and implement new technology in .net...so I need to do all the research and experiment. So whenever I come online, I do blog reading. Moreover, I am preparing myself for .net...
-
Hi Nazmul, Nice to see you on MSDN again. When did you start working on web application:)? Anyway, just kidding...saving file totally depends on your hosting plan. I prefer saving image files on DataBase(SQL Database). Although saving and retrieving images from database is little harder compare to accessing...
-
Hi Basher, I am not expert in ASP.NET. But as far I understand that you want to set your site look and feel from site control panel / CMS. If you are using theme than you can easily change theme at runtime. Here I have done a search for you. Change Theme at runtime But if you are want to change CSS than...