Search Results

Showing results 1 to 15 of 15
Search took 0.02 seconds.
Search: Posts Made By: bcasp ; Forum: ASP.NET and child forums
Forum: ASP.NET Aug 14th, 2009
Replies: 2
Views: 399
Posted By bcasp
The simplest way would be to create a new .aspx page in your project and copy the HTML into the markup of the .aspx page. Simply renaming the HTML file to aspx wouldn't work because the .aspx file is...
Forum: ASP.NET Aug 14th, 2009
Replies: 1
Views: 820
Posted By bcasp
In your code behind, you would bind a DataSet or some other object to a control on your form. In your markup, the statement you gave then uses whatever object you bound to your control to look up the...
Forum: ASP.NET Aug 5th, 2009
Replies: 4
Views: 316
Posted By bcasp
If what you're trying to do is put the results of the SELECT statements in a and b into the parameters, then it's not going to work like you think it will. Your best bet is to use a stored procedure....
Forum: ASP.NET Mar 2nd, 2009
Replies: 3
Views: 1,195
Posted By bcasp
Do you mean you need to start an application from your ASP web application? Are you trying to get it to start on the client's machine? Wouldn't it just start on the server?
Forum: ASP.NET Feb 26th, 2009
Replies: 5
Views: 623
Posted By bcasp
Would it be possible for you to just update the value in the database that's bound to the checkbox on the paging event?
Forum: ASP.NET Feb 25th, 2009
Replies: 5
Views: 623
Posted By bcasp
Is whether or not the checkbox is checked tied to a field in the database?
Forum: ASP.NET Feb 24th, 2009
Replies: 5
Views: 661
Posted By bcasp
Get rid of the surrounding ' for the values in your insert statement.

INSERT INTO DataStatus(CedantID, CompanyType, CompanyName, TypeOfFile, FileName,Reportingperiod) VALUES ('@CedantID',...
Forum: ASP.NET Feb 18th, 2009
Replies: 2
Views: 409
Posted By bcasp
You could always just use the built in login controls assuming you're using at least .NET 2.0

http://msdn.microsoft.com/en-us/library/ms178329.aspx
Forum: ASP.NET Feb 13th, 2009
Replies: 1
Views: 406
Posted By bcasp
You might want to take a look at jQuery. It makes it really easy to manipulate objects on your page.
Forum: ASP.NET Jan 9th, 2009
Replies: 4
Views: 1,094
Posted By bcasp
To do what you're trying to do, you're probably going to need to create an instance of the Admin_Calculator class.

How do you open the forms right now? Do you click something on one of the forms...
Forum: ASP.NET Jan 9th, 2009
Replies: 8
Views: 773
Posted By bcasp
What you are describing is easily accomplished with standard .NET code. I don't quite see why you're trying to use JavaScript (...if it's even possibly to do so in this scenario).
Forum: ASP.NET Jan 9th, 2009
Replies: 4
Views: 1,094
Posted By bcasp
How is your application set up?

Is Admin_Calculator the name of the Form or is it an instance of the form you have created? Do you create an instance of the form to show with the .Show() method?
Forum: ASP.NET Jan 9th, 2009
Replies: 8
Views: 773
Posted By bcasp
How would you get the data from the database if you never sent anything to the server?
Forum: ASP.NET Jan 9th, 2009
Replies: 8
Views: 773
Posted By bcasp
I don't quite understand what you're trying to do. Let me see if I have this correct...

1. Have an ASP text box control on a form
2. The user enters text into the text box
3. Does the user have...
Forum: ASP.NET Jan 9th, 2009
Replies: 8
Views: 773
Posted By bcasp
My only question would have to be why do you need to? You need to think about the fact that ASP runs on the server while JavaScript is on the client.
Showing results 1 to 15 of 15

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC