Forum: ASP.NET Dec 15th, 2008 |
| Replies: 1 Views: 1,207 Hi there,
I am developing a page (using a button) to upload a file from a server , and I need the file instead of being viewed on the page it self, to be showed as a link only and this link is... |
Forum: ASP.NET Jan 3rd, 2008 |
| Replies: 1 Views: 1,858 hi,
I am desiging ASP.net website , in one of the forms I need to import data to an excel work book with a specific name but I need to check first is that work bokk already exist so not recreate but... |
Forum: ASP.NET Dec 23rd, 2007 |
| Replies: 2 Views: 579 I hope these links may help you with the link
http://www.startvbdotnet.com/aspsite/controls/linkbutton.aspx
http://www.w3schools.com/aspnet/control_linkbutton.asp... |
Forum: ASP.NET Dec 23rd, 2007 |
| Replies: 2 Views: 579 If I understand will u can use validation controls from the ASP controls (Required field validator) to validate the text fields
but I hope u can explain more !
and about the link why not to use... |
Forum: ASP.NET Dec 23rd, 2007 |
| Replies: 5 Views: 5,616 thaaaaaaaank you veeery much :) it helped a lot
thanks again |
Forum: ASP.NET Dec 22nd, 2007 |
| Replies: 1 Views: 5,452 hi there,
I have my gridview's columns are hyperLinks to another pages as follows:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
... |
Forum: ASP.NET Dec 22nd, 2007 |
| Replies: 1 Views: 1,284 hi there,
I am designing ASP.net over VB
I have a linkButton in the master page and it is disabled, in the login page the login Button must enable that linkButton
when I use it immediately like... |
Forum: ASP.NET Dec 20th, 2007 |
| Replies: 5 Views: 5,616 I am designing a page containing a gridview that takes the data from a dataSource
the data are evaluation questions (20 questions) and the answers are degree of five represented by radiobuttons
... |
Forum: ASP.NET Dec 17th, 2007 |
| Replies: 5 Views: 1,927 hiiiiii,
thaaaaaaaaaaaaaanks a lot it helped very well
:) it get my work done thanks
but I have another question
I have a datasource in my page then I want to get a value from it according to... |
Forum: ASP.NET Dec 17th, 2007 |
| Replies: 11 Views: 2,074 thaaaaaaaaaaanks a lot :) |
Forum: ASP.NET Dec 17th, 2007 |
| Replies: 5 Views: 1,927 hi
thanks for replying,
it still does not show up on the label in the next page I do not know why although I see the value transfered in the address bar with the URL
is the request.querystring... |
Forum: ASP.NET Dec 16th, 2007 |
| Replies: 5 Views: 1,927 hi there
I have two web pages designed with ASP.net on VB
I want to send parameter from the first to the second when I open it
and I have this code in the first page :
... |
Forum: ASP.NET Dec 12th, 2007 |
| Replies: 11 Views: 2,074 thank u very much
I appreciate your help and I am using it now :) |
Forum: ASP.NET Dec 9th, 2007 |
| Replies: 11 Views: 2,074 hello,
I am designing a web site using ASP.Net over VB , and I need to have user login window, I 've had it from the control and the users specified from the ASP.net configuration but : I wonder... |