Hello.. We are developing one vb.net project .. Muliple developers are working. I want one software that if any one developer is working on one or more pages that page(s) is not used by others or we can see that these page is modified by that person/developer. Any software is there? Thanks in advance
trushitshah
Posts
-
Name of Software -
Redirect page when seession expiredI m using VB.net
-
Redirect page when seession expiredI need the code of redirect page when session expired or user will be idle for some time. Thanks in advance.
-
Problem in iframe with ajaxHello , I m updating my existing web application using AJAx, I updated my pages with scriptmanager and update panel and webconfig too. But when i run my project and click on any button page is not refreshing but in statusbar progress bar is displayed same when page is refreshed. I want to do pure ajax on my page. What i have to do? Please help me. thanks in advance.
-
How to Browse FolderHow to browse folder not file using vb.net?
-
How to browse folderThanks a lot for yr help.. I will try this . But if u find any other code than this then plz send me.
-
How to browse folderI m using VS 2005 and .Net framework 2.0. I found folderdialog in choose items.It is already checked. But in toolbox it will not dispalyed. That's why i cn't drag from toolbox.
-
How to browse folderI m calling this code in button click event.. I not found control on toolbox like folderbroswedialog.
-
How to browse folderThanks for yr continuos replay.. I don't know about separate thread than the main (GUI) thread..
-
Encrypt Stored ProcedureHi!! How to encrypt stored procedure without using with encryption caluse. I can encrypt with with encryprion clause. But it can be easily decarypted.
-
How to browse folderI used this code for browse folder Dim theFolderBrowser As New FolderBrowserDialog theFolderBrowser.Description = "Please locate Directory..." theFolderBrowser.ShowNewFolderButton = False theFolderBrowser.RootFolder = Environment.SpecialFolder.Desktop theFolderBrowser.SelectedPath = My.Computer.FileSystem.SpecialDirectories.ProgramFiles If theFolderBrowser.ShowDialog = Windows.Forms.DialogResult.OK Then txtpath.Text = theFolderBrowser.SelectedPath Else MessageBox.Show(theFolderBrowser.SelectedPath) End If It's give me error at If theFolderBrowser.ShowDialog = Windows.Forms.DialogResult.OK Then error:Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. This exception is only raised if a debugger is attached to the process.
-
How to browse folderIt's giving error at line FolderBrowserDialog.ShowDialog()
-
How to browse folderHow to browse folder not file