Thanks. I am able update the data. Currently i am using .aspx file but i need .html file. Can i use ajax controls without asp web controls(with only html...
Hi All, In my application i have to upload image to some domain location e.g. http://www.websitename.com/Images/ I know how to save an image to rooted path...
Hi, I want to make an email sending form and I want to use an n tier structure for the same I want to know that how can I build a solution with ntier...
Visual Studio 2008 comes with rich Web Testing support, but it's not rich enough to test highly dynamic AJAX websites where the page content is generated...
if your application use a backend database like sqlserver 2005 try to use trigger or storedprocedure. the sqlserver has capability to send email. ... From:...
Hello, I have a solution that contains a project that creates a website and a project that creates a WCF service. When I publish the website the WCF service...
Hello , my name is yonathan and I`m new to the CSharp group and new to the CSharp world too.So can any one please tell me where to focus and how to study C#...
... you can study deitel & deitel-c# how to program and before this you must learn basic for example qbasic or visual basic .......... you can see examples in...
I wouldn't say you must learn Basic before C#. Any book geared toward a novice C# user is going to introduce the basic programming concepts you'd learn from...
Welcome Yonathan, Start with "Build Your Own ASP.NET 2.0 Web Site Using C# & VB" by Cristian Darie and Zak Ruvalcaba. It really worked for me. Good luck ...
My problem is that I don't know how to design my classes and keep the application run logically… I have a new project (a website) that will have placeholders...
Thank you Rock, but ny problem not at sidplaying the advertisement, my problem when reserving it (putting it in the schedual) how could I define when an...
Samah, This is a business issue, not a technical issue. The question is how do you accommodate 2 different types of advertising models, based on (1) start and...
Hi, I have a text box which will take input as hostname or IP. If the user inputs any junk character it should through a error. How can I achieve this. Now I...
Hi vikas, 1. Use switch statement to get the third option. Or 2. Use elseif statement insted of only else. Or 3. Use try catch and final for third option. ...
Thank you Dorothy, I just thought that there's a way to make it works like I want but I couldn't figure it myself so I wanted to make sure of that because, as...
I am not sure if this might be acceptable in your case, but in the case of slot #2 you can give the following estimated completion date if, say, the total...
It probably will make sense to check it against garbage input first by limiting any characters that are not numeric and not period. So on the Keypress method...
Enter your vote today! A new poll has been created for the CSharpNET group: Will you be switching to VS2010 when it comes out? o I want to wait for things to...
CSharpNET@yahoogroups...
Jul 23, 2009 6:04 pm
19396
Hi all, I am trying to perform a MySQL Dump in my application. When a user clicks a button a SaveFileDialog box loads and the user can select enter a file name...
Could you post the line of code that is calling this from your application? I'm guessing it has something to do with quotation marks, like not enough of them....
Logically what you are doing should work with just a little tweek. 1. The regex will catch the valid pattern for the IP address. That is great. 2. The select...
have you run the code in debug and copied the exact values in the command you are executing out of the code an drun that from the commandline processor? If not...
All, I am trying to include a back ground image in my .aspx page. I am writing css for background image and including it in my “source” as below. I have ...