URL Formats are not supported
I am reading File with File.OpenRead method, I am giving this path
I am reading File with File.OpenRead method, I am giving this path
Say I have this repeater which makes use of a public function called Test in the code-behind.
So, i have an aspx page which looks like this:
Any code examples on how i must go about creating a folder say “pics” in my root and then upload a images from the file upload control in into that “pics” folder?
If you don’t want to give me all the code, i will be happy with a nice link also to show me how this will be done in VB.NET (C# is also ok).
While editing an aspx file I found both these opening tags used for seemingly the same thing. Is there a difference and if yes, what is it?
I am using asp.net [ c# ] ..
I want to open PDF in ASP.NET aspx page. I dont want to export a pdf file.
I’m trying to build a dynamic site map on my site using SiteMapPath.
I have spent several hours today reading up on doing Custom Routing in ASP.NET MVC. I can understand how to do any type of custom route if it expands from or is similar/smaller than the Default Route. However, I am trying figure out how to do a route similar to:
I’m currently using the following snippet to insert data into a table in my database. It works great. But, I want to start adding filename data and not sure how to proceed.