So I've seen the following tags in an ASP.NET application and I have no idea what they mean (also I couldn't google them because google doesn't support special char's):
<% %>
<%# %>
<%: %>
<%= %>
and maybe a few more. So what do these do and how are they different from each other?
Hi Guys,
I am using ASP.NET Web forms,
When a user submit a page, an email will be sent to many people which is slowing the post-back,
what is the best way to send the emails without slowing the reloading of the page?
thanks
Consider multiple domains (with different country extensions) that go to one singe physical website.
Depending on the country extension of the domain, I want to route to a specific subfolder while keeping the active domain!
Examples:
www.mydomain.com/we/about-us.aspx to www.mydomain.com/content/com/we/about-us.aspx
www.mydomain.fr/we/about-us.aspx to www.mydomain.fr/content/fr/we/about-us.aspx
www.mydomain.be/we/about-us.aspx to www.mydomain.be/content/be/we/about-us.aspx
Is this possible with the new web routing features in ASP.NET 4.0?
Thanks,
Nick
I'm frequently adding a lot of content files (mostly images and js) to my ASP.NET project. I'm using VS publish system, and on publish, new files are not published until I include them in the project. I would like to auto include all files in specified directory. Is there a way to specify wich directories should be auto-included in csproj file or anywhere else?
I am developing a web form using Visual Web Developer
Currently I have class source files in the same directory as the web form, or in the App_Code folder. I'd like to organise the files into folders within the web form folder, but I can't find a way of adding a reference to the folders, and they don't seem to be being picked up automatically.
These are files that are under constant development.
What is the asp.net/c#'s equivalent concept to c++'s #include?
I need to be able to make a program that looks through a mailbox of bounced messages, where the messages come back with the initial message in a .msg attachment, and open the .msg attachment for processing in ASP.NET 2.0. Is there any sort of code that might help in this? I've been looking at http://stackoverflow.com/questions/44383/reading-email-using-pop3-in-c as a starting point, but can't figure out how best to open the attachment from there, or if there's some easier way I'm missing.
Hiya,
I am trying to set the focus to the user name TextBox which is inside an ASP.NET Login control.
I have tried to do this a couple of ways but none seem to be working. The page is loading but not going to the control.
Here is the code I've tried.
SetFocus(this.loginForm.FindControl("UserName"));
And
TextBox tbox = (TextBox)this.loginForm.FindControl("UserName");
if (tbox != null)
{
tbox.Focus();
} // if
hi folks,
Good morning!
I would like to ask some help from you guys on how do i do this problem. I'm using asp.net and my problem is on getting the list of filename inside the folder. Is there a function on this? I tried this on console apps there's a function like GetFileName. Hope somebody could help me on this.
Thank you so much.
Regards,
Hello again,
I want to search an ASP.net form for all types of validation controls and programmatically add some attributes to them such as ForeColor. Can someone point me in the right direction on this?
Cheers and thanks Stackers :)
Hi,
I am Developing a web Application in ASP.NET 3.5. I have to create UI that customize user. That means, user change their profile Background Color, Fore color, size, etc.
How Can I create this!!!
I just want to see error insteas of asp.net showing me default error Server Error in '/' Application. What should i change in web config?
I used this,
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
Any suggestion i want to see errors in browser as i do live testing...
I'm looking for either an ASP.net or PHP based webmail app I can install on my shared hosting.
I want to set this up on one of my domains for my Gmail address, due to Gmail being blocked at work.
I'd like the interface to be as similar to Gmail as possible, conversation view, labels, starred emails etc if possible well at least allow me to keep with my GTD workflow.
Any suggestions?
Are there some good tools that can analyze the performance issues in an asp.net application? i google and found a couple like dotTrace, stimulustechnology. have anyone used a better one?
thanks
Shame on me, but i have a plain asp iis6 server and they want an ajax upload input with percent upload feedback, what should i do? do i ask for .net capabilities? any guidelines or some advice? Thanks for advance
How to refresh a page from another page in asp.net?I have one page called Common.aspx.Once i click some button another page(Company.aspx)should refresh.How It possible?
It is possible to create a constant like this:
http://haacked.com/archive/2007/09/16/conditional-compilation-constants-and-asp.net.aspx
<%@ Page CompilerOptions="/d:QUUX" %>
How to create multiple constants ?
How can I restart IIS 6 's defaultAppPool when I click a button of a webform page in an asp.net web app.
I tried to use HttpRuntime.UnloadAppDomain(); but it can not restart the IIS 6 's defaultAppPool.
my team working in asp.net shopping cart project and we have integrated the first data payment gateway.
Now we want to integrate First Data Alternative Payment.
Please provide any payment api for doing the same
If anybody knows about this payment gateway please help me to do the same.
I have been using php for quite few years and now i want to learn ASP.net for web development cause I have found it pretty faster than PHP?
Despite Speed, I want to know which has more flexibility, user friendly, easy learning and powerful capability.
Basically I have a Search Text Box with a LinkButton Control on which the click event is fired. now what i want is when the user type keywords and press enter the Click event got fired.
So No Javascript Only ASP.NET With VB.NET v2.0
Sincerely
Rajeev
[email protected]