all groups > asp.net > july 2007 > threads for sunday july 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Display "Updating..." after click on 'Save'
Posted by Kai at 7/1/2007 11:32:08 PM
Hi all,
using AJAX Toolkit with vb.net 2.0 how could I make this "Updating..."
Screen like e.g. on Codeplex when you click on the "Vote" button
http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=9124
? So the whole screen becomes inactive and a small window says "Upda... more >>
Display Total in Grid View
Posted by sssalmanshah NO[at]SPAM gmail.com at 7/1/2007 11:06:15 PM
How to display Total Value column (In Footer) in the grid view
control.
For example displaying Basket Total in Footer
... more >>
How to pass in username as query parameter?
Posted by HomerS007 NO[at]SPAM gmail.com at 7/1/2007 9:43:35 PM
Hi,
I'm using asp.net 2.0 and sql server 2000 for my first ever project.
On one of the page in the application, I want to limit what the user
can see based on his/her login. It's a page that has sensitive
personal info like social security number and I only want user to see
their own informa... more >>
Create Database
Posted by dancer at 7/1/2007 4:11:35 PM
Using Asp.net 1.1
I find tutorials on accessing or querying databases with asp.net. But how
do I create the database to begin with (from a form that the user fills
out)?
... more >>
Main menu item does not go to url
Posted by active at 7/1/2007 3:12:31 PM
the menu
Home
Products
Hardware
Software
Services
Training
Consulting
Supportcan be created from:
<siteMap>
<siteMapNode title="Home" url="~/default.aspx">
<siteMapNode title="Products" url="~/Products.aspx">
<siteMapNode title="Hardware... more >>
Stored Procedure Multiple Tables
Posted by Chris at 7/1/2007 1:28:39 PM
This might be a stupid question.... I have a stored procedures, which uses
two selects. When I run the SP I get two resultsets, one very big and the
other much smaller, which is the one I want in the dataset. How do a ensure
only the last one goes in the dataset.
... more >>
.Net Framework 3.0 Question & Answer
Posted by nivedita at 7/1/2007 8:49:23 AM
http://dotnetframework3.blogspot.com
We have selected a big collections of questions and answers in
Microsoft Dot NEt Framework 3.0
http://dotnetframework3.blogspot.com
... more >>
dotnetnuke or similar experience
Posted by Powercat at 7/1/2007 7:20:21 AM
Greetings: on shared server hosting we have a password protected
section of our web site using simple htaccess setting. We'd like to
expand significantly the number of users in the section to make more
use of this section. I'm looking for a better solution even if it
means changing hosts to on... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Variable from code behind into ASP page.
Posted by vbMark at 7/1/2007 1:37:05 AM
Isn't there a way to get your variable to display in a page with something
like this <% MyVar %>
That just isn't working for me. What am I missing?
Thanks!
--
Only the Best Freeware at http://www.vbmark.com... more >>
Handling dynamic "folders" for url-rewrites?
Posted by Klaus Jensen at 7/1/2007 1:29:54 AM
Hi
I created code to allow me to rewrite urls from global.asax, so that if the
incoming Url is for instance:
/Hats/ReallyCoolHat.aspx
....I look up ReallyCoolHat in the products table and rewrite the url to
Product.aspx?id=12 if that is the productId for ReallyCoolHat.
This works, be... more >>
|