Forum: ASP.NET Jun 8th, 2008 |
| Replies: 3 Views: 318 |
Forum: ASP.NET Jun 8th, 2008 |
| Replies: 3 Views: 318 |
Forum: ASP.NET Jun 8th, 2008 |
| Replies: 3 Views: 318 |
Forum: MS SQL May 10th, 2008 |
| Replies: 3 Views: 391 Re: problem with sql server agent I tried to install a sql server developer edition. I don't know if it contains the sql server agent, but I didn't find it . I am using sql management studio express edition. |
Forum: MS SQL May 10th, 2008 |
| Replies: 3 Views: 391 problem with sql server agent I want to make a procedure that runs at every day at certain time. I read that I have to do Scheduling, but to do it I should have sql server agent. I am using sql server express edition with sql... |
Forum: ASP.NET Apr 30th, 2008 |
| Replies: 4 Views: 408 Re: check this sql server login error Thanks ericstenson for your help. Today I tried to login with the account I created, guess what I was able to to login although I changed nothing. I cann't determine what was wrong to pop up that... |
Forum: ASP.NET Apr 30th, 2008 |
| Replies: 1 Views: 169 Concept issue, classes in website I want to know what is the best practice. I am developing a website. I think that I don't need to make any class for any object in the database. But some people say that I should make classes because... |
Forum: ASP.NET Apr 29th, 2008 |
| Replies: 4 Views: 408 check this sql server login error I want to make a server authentication login. First I logged in with windows authentication, changed the server authentication from windows authentication mode to sql server and windows... |
Forum: MS SQL Apr 29th, 2008 |
| Replies: 1 Views: 420 check this error in login I want to make a server authentication login. First I logged in with windows authentication, changed the server authentication from windows authentication mode to sql server and windows... |
Forum: ASP.NET Apr 27th, 2008 |
| Replies: 0 Views: 224 How to veiw document in the server I am uploading files to the server and I want to open them from internet. Assuming that I have a microsoft word file or pdf file on the server.How can I start those programs to make the user be able... |
Forum: MS SQL Apr 26th, 2008 |
| Replies: 2 Views: 813 |
Forum: ASP.NET Apr 25th, 2008 |
| Replies: 1 Views: 286 |
Forum: MS SQL Apr 25th, 2008 |
| Replies: 2 Views: 813 |
Forum: ASP.NET Mar 16th, 2008 |
| Replies: 8 Views: 405 |
Forum: ASP.NET Mar 16th, 2008 |
| Replies: 0 Views: 239 |
Forum: ASP.NET Mar 13th, 2008 |
| Replies: 8 Views: 405 Problem in the login? I have a problem on making user login, because I am not able to set up the roles and users in my Asp.net configurations. When I choose security I get this message "Unable to connect to SQL Server... |
Forum: ASP.NET Mar 13th, 2008 |
| Replies: 0 Views: 190 How to use wrokflow with website project? I have read enough articles and books about windows workflow, but when I wanted to use workflow within a website project, things are not working.
I need a reference or an article or a link to a... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 1 Views: 180 The textField is preserving it data!!!! I am making a form that should update data.
well when update button is clicked the database is update,but with the same old data that was found when the page loaded, even if the text fields text... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 2 Views: 919 send parameters from page to page! How can i send more than one parameter from one page to another?
its like
NewPage.aspx?para1=value1 para2=value2
How can i combine the 2 parameters
thanks for the help in advance |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 4 Views: 552 Re: Its not redirecting to the same page Thanks hollystyles for helping, but its not spelling mistake and the page is in the same directory. All what I wanted to do is to make the form reappear with empty fields?
Well I thought of... |
Forum: ASP.NET Feb 25th, 2008 |
| Replies: 4 Views: 552 Its not redirecting to the same page I am making a form and at the end of the form there is a save btn that should save data into database and redirect the page the same page that the form is in. Well its not working.
simply speaking... |