My session mode is 'InProc' and expiry timeout is '90' minutes. And it takes maximum 30 seconds to move the directory. Please Help. Thanks.
Sekhar :)
My session mode is 'InProc' and expiry timeout is '90' minutes. And it takes maximum 30 seconds to move the directory. Please Help. Thanks.
Sekhar :)
When I move a data directory containing few media files the session gets expiered. Can anybody help me out in find what is going wrong in the process of moving the directory. Thanks in advance.
Sekhar :)
Thanks Rupesh for your reply. It realy helped. Thanks once again.
Sekhar :)
Thanks for your reply. Can you please say me how can I reference to the form that has been posted back. I am an new to ASP.Net. Please help. Thanks.
Sekhar :)
I have developed a web app where i am creating dynamic Input Type File controls for selecting multiple files at a time. All the dynamically created Input controls are placed under one div 'myDiv'. Now while postback, how can i iterate through all the controls inside myDiv so that I can get hold of all the files selected during that time. Please help. Thanks in advance.
Sekhar :)
I am writing an email program, which will send mails to a number of email addresses in one go. But at the same time i want to save all the outgoing messages in my outlook express sent items folder. I am able to send mails in a loop but don't know how to save them in the Outlook Express Sent Items folder. Is there any way to achieve the above functionality. Any code added will greatly help. I am using VB.Net 2005. Thanks in advance.
Sekhar :)
why doesn't the ASP Data Grid doesn't deletes a row when the delete button is clicked in asp.net 2003 Any advice will greatly help. Thanks in Advance.
Sekhar :)
Could anybody help me out what might be the problem. I have developed an ASP Project using VB.Net 2005. Earlier the project was running fine with a SQL Server 2005 server that was installed in a different server. When i change the server to the local Server it is not running. If i run the project directly from the VB.Net environment it is running with an additional port address in the address bar of Internet Explorer. But when i try to run it derectly from Internet Explorer the firt page is displayed i.e., the login page. And when i click on the Login button it show connention not available. Could anybody help me out what might be the problem. Thanks in advance.
Sekhar :)
I think you can try the Grid_RowCreated event for changing the color of the particular row. Try this in the Grid_RowCreated event : if yourCondition then Grid.Rows(e.Row.RowIndex).BackColor = Drawing.Color.Red else Grid.Rows(e.Row.RowIndex).BackColor = Drawing.Color.Yellow end if
Sekhar :)
I think when u create the users u can have checkbox fields to give permissions and save the values in the database. When you login, u can check those values from the database and according to the values u can restrict or allow the user from accessing any functionality. U can insert a admin user record into the database which can have all the access permissions so that the user can login for the first time into the system and then he can create new users with different user permissions.
Sekhar :)
I think u can just give a link to the file which u want to be downloaded, which will popup a window to download the file.
Sekhar :)
thanks senthil but how can i call the javascript from within the code window(aspx.vb) file. Please help me , I am new in asp.net. Thanks.
Sekhar :)
How can i call a Procedure of a Parent form from a child Popup window. I am using ASP.Net 2005 (using VB). Please Help. Thanks in advanvce.
Sekhar :)
How can I display a Modal Popup window in ASP.Net using vb.net 2005. I had used the code bellow to show a popup window. ClientScript.RegisterStartupScript(Me.GetType, "popup", "window.showModalDialog('abc.aspx','_blank','height=450px,width=625px,menubar=no');", True) But this code creates a problem i.e., when i click on a button on the popup window it again displays the same form in another window non modally. And if i open the window non modally i.e., using the code bellow i dont get any errors. ClientScript.RegisterStartupScript(Me.GetType, "popup", "window.open('abc.aspx','_blank','height=450px,width=625px,menubar=no');", True) Please Help how to prevent this. Thanks in advance.
Sekhar :)
How can i close a popup window in vb.net 2005 ? Thanks in advance.
Sekhar :)
Is there any control in VB.Net 2005 which can work like Java scripts(client side). I want to integrate the Calendar control which i want it should run on the client side instead of resending the information to the server again. Thanks in advance.
Sekhar :)
Thanks Jaysaran for your reply. Can you tell me how can i refer to the div in the code window. Can u write few lines for this. Thanks in advance.
Sekhar :)
I have a Web Form in which, a date field is there. A small picture is there, and i want when the user clicks on the picture, a calender control should popup on the contents of the page bellow the picture clicked. I used the div and inside it i put the calender control and set the visibility to hidden of the div. How can i show the calender control when the picture is clicked. Any Advice will greatly help. Thanks in advance.
Sekhar :)
I am developing an Application where I have to export some data to an Excell sheet. For this I have to invoke the Excell application and send the data to the excell sheet. Can anybody suggest how can I invoke the Excell Application form VB.Net 2005 and how can I send data after Invoking the excell application. Thanks in advance.
Sekhar :)