hello everybody,
i'm trying to creat a form which contain textboxs, and i want to use one to fill in date by clicking in that zone
i use asp.net/vb
thks for all yr support
Hello,
I have developed an ASP.NET web application that I'm working on putting the finishing touches on. To assist with this, I have been using YSlow. With this tool, I have discovered that I have not properly configured the entity tags of the components on my pages. Unfortunately, I have no idea how to do this.
How do I configure entity tags on components within an ASP.NET page?
Thank you!
I have searched the stackoverflow site to find if someone has recommended any good books that show how jQuery can be used with asp.net controls. All the threads lead to only good jQuery books.
Can anyone recommend me a good book that shows how to use jquery with asp.net?
I'm learning how to use the ASP.net membership, when a user registers they just create a username and password, however i want to create a page on my website called "profile" where they can fill in extra details such as firstname, lastname, date of birth ect. However i don't see where i can place this in the asp.net membership database. Theres an asp.net_profile table however i'm not sure how this works.
Could someone please explain how i can do this?
I installed Visual Studio 2010 (ultimate).
When I click on New Project- Visual Basic (or C#)- Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?
Thanks a lot.
Im programming a small databased application. It worked fine, but now when i want to add a new table, the Server - Explorer freezes and my .net Studio too. If i try to make a new app with database, - wpf application with .net studio, -ADD Local Database - then try to add Table, my Database1.sdf disconnects and again freeze!
I am using Windows7 professional.
In light of this question I thought it'd be really neat to have a similar question about C#/.Net.
So, what is the most awkward or misleading method name of the .Net and/or C# API?
Am Afraid If am Overdoing things here.
We recently started a .Net project containig different Class Libraries for DAl,Services and DTO.
Question is about our DAL layer we wanted a clean and easily maintained Data access layer, We wanted go with Entity Framework 4.1.
So still not clear about what to opt for Plain ADO.Net using DAO and DAOImpl methodolgy or
Entity Framework.
Could any one please suggest the best approach.
Using the action script 3 how to work in a live streaming in asp.net c#.
How to possible this type of condition.
How to implement live streaming in asp.net using action script 3.
Is there any validation control available in .net win forms like asp.net web form?
Because it difficult to right condition for each control in my from also there are many repeated code in my form.
Can u please suggest right way to do this..
i want to run asp.net website on apache server instead of IIS.
i googled a lot, but din get satisfactory answers.
i only came to know that we can use something called 'mono' - third party api for doing this.
i want to knw some basic things like do we need to install .net framework on that server?
what if its a unix server?
any detailed explanation links if provided wud be greatly appreciated.. thanks
In what location does a compiled .net app look for .NET assembly file?
If the assembly file is not found in the application folder and not found in the GAC, where else will it look?
Which is a good .Net based CMS out there (for creating a corporate website). I have used Kentico CMS for some time, and am moderately happy with it.
However, is there anything better out there. I would like the ability to develop my own custom asp.net templates for various page types and install them.
I have an asp.net page where I get the user_id from who's logged in. Now I need to pass this user_id to a flex application that runs in an asp.net page as a .swf.
How can I get this user_id in a variable in my flex application.
Or what is the best way to get the user_id into flex.
Thanks
Hi All
I want to develop and automate Office software like 'Microsoft Excel 2007' And 'Microsoft Word 2007'. But I do not know how to use VBA or use C#/.Net Framework to do so.
What are the benefits of using VBA vs .Net framework?
Which one should I focus on learning?
I have got a .NET winform application that uses a Web Mapping Service that is password protected. Unfortunately I cannot attach a username and password to requests, ( the request are generated from a GIS mapcontrol)
I can think of two ways around it
Intercept all web requests from my .NET app and add a username/password
Set up an Apache webserver and use proxypass to pass along my request adding a username/password
Does anyone know how to do either of these?
I'm writing a program in .NET that will need to utilize the statistical and data analysis functions of R or MATLAB. I have used R but am now contemplating moving to MATLAB since it has a .Net compiler while R can only interface via COM objects. Can anyone recommend going either way? I know MATLAB is infinitely more expensive than R (since R is free) but I'm thinking that may translate to an easier development cycle?
I have a Build Agent that was only dealing in .Net 4.0 RC stuff, and so only had .Net 2.0 (natively) and 4.0 (manually) versions installed.
It now needs to support stuff compiled against 3.5 SP1. Does anyone know if I'm asking for trouble trying to install 3.5 SP1 after 4.0 RC has already been installed?
Thanks in advance.
.NET 4.0 is meant to run side-by-side with 3.5 and won't run 3.5 apps, which is making me worried about having to instruct my users to download .NET 3.5 instead of just "the latest version".
I've read in a blog that the 4.0 installer will install 3.5 as well if it's not already installed but I can't test it right now, did anyone try this or have an answer from a trusted source?
In my development computer I have .net 3.0 and 3.5 installed.
I'm developing with vs2005 on .net FW3.0
How can I tell the application to use the 3.0 assembleis insted of the 3.5?
I've made an ASP.NET web form that uses the standard ASP.NET validation. I'd like to make the error summary show up in a jQuery UI Modal Message as well as below the actual form.
Is it possible to execute the script if the validation finds an error?
Hi All,
I am creating a website and I want to know that user is coming from where, like from google, bing, asp.net, any other site. Is their any way to find out in asp.net ??
Thanks in advance.