thanks for reply i am doing the same but my path is coming from database, so i am passing Eval("Path") to which is not working. If you have code then please let me know Thanks again
Regards, DJ Rock
thanks for reply i am doing the same but my path is coming from database, so i am passing Eval("Path") to which is not working. If you have code then please let me know Thanks again
Regards, DJ Rock
hi guys I am stuck in one problem please help me......I need to open any file (wordfile,pdf document etc...) from gridview. I have path for that file and i am getting that path but it is not being open. I tried hyperlinkfield and templatefield but in both case it is not done. So tell me some other way
Regards, DJ Rock
got it i have done Tree1.SelectAction = TreeNodeSelectAction.Expand So removing that it is done Thanks any way
Regards, DJ Rock
Hi guys There is one problem with my project. I have treeview control which loads at runtime, i mean i am fetching data from database and fill the tree. Now my prob is that i want to select each and every node and when i select node then on right side text of that node should come in one label. I have tried all methods of treeview but in selectednodechanged event level 0 nodes can not be selected and in other methods if node is selected first time then it is display but if i select it again then it is not displayed Thanks in advance
Regards, DJ Rock
no i am giving file name different but it is at same place like i have following path D:/Folders/Temp1 and i want to rename Temp1 to Temp2 ok? so i am passing System.IO.Directory.Move("D:\Folders\" & oldName, "D:\Folders\" & NewName) Tell me is it ok?? then why it is giving me error like Must not be same path??::(
Regards, DJ Rock
Hi guys I am creating folder thru asp.net with help of System.IO.Directory.CreateDirectory("Name") Now i want to rename this directory. So some of members gave me suggestion to use System.IO.Directory.Move(OldFile,NewFile) But this is not working in my case as i am storing this in one location, So it is giving me error that "Source and destination path must be different." SO if any one have any idea please let me know Thanks in advance
Regards, DJ Rock
hi guys i am creating folder thru asp.net with help of system.io.directory.createdirectroy() now i want to rename directory name....but this doesnt have inbuilt rename method. so if any one has done it before please help me.....
Regards, DJ Rock
try this i am sure you will find your answer http://www.codeproject.com/aspnet/SelChkboxesDataGridView.asp :):):)
Regards, DJ Rock
thanks for your reply :):):)
Regards, DJ Rock
Hi guys i am developing one website and it is having mane forms. and all those forms have many textboxes. so after inserting data from textbox i want to make all text box clear. for that i dont want to write each and every textbox.text="" so if any one knows other solution please help :(:(
Regards, DJ Rock
i am not getting you question but i think you can display message box bye following code msgbox("Error occurs",MsgBoxStyle.Information,"Title")
Regards, DJ Rock
this helps you a lot........ check this http://dotnetjunkies.com/QuickStartv20/aspnet/doc/ctrlref/navigation/treeview.aspx[^]
Regards, DJ Rock
hi You can have one master page. and after login you can change your menu according to user's access privileges. You dont need to have two master pages for that. Hope it helps ;););)
Regards, DJ Rock
Hi guys I have one serious problem. I am developing one project in which i have to write logic in different project (ClassLibrary) and GUI is in my website. When i am adding both projects in one blank solution then it is not working properly. I am also adding reference of my class library i.e. DLL file in my web site. So when i make changes in Class Library then it is not reflected directly but i have to open that class library in different visual studio application and then i have to build that and then i am getting the changes that i have done in that solution. Help me if anyone knows it.:(
Regards, DJ Rock
hey deepak thanks a lot man
Regards, DJ Rock
hi guys I want to create folder with help of .NET. When user clicks on new folder from menu then new folder will be created on particular path. Please help if any one knows.......... Thanks in advance
Regards, DJ Rock
write below code in page init section Private Sub Page_Init(........) Me.TextBox1.Attributes.Add("onClick", "alert('Hello')") i suggest you to check other threads also. it may help a lot. This question is solved by Parwej Ahmed yesterday.
Regards, DJ Rock
hi i dont know exactly what you are asking but one solution is there if you dont know. you have to add reference of that dll in your solution file. for that right click on solution and click on add reference... and then click on browse and select your dll then that dll will be available to you
Regards, DJ Rock
hi can you tell me more about it. I dont know anything about state bag.
Regards, DJ Rock
hi guys In my form there is one treeview which is fill from database at the time of page load. And when user select any node from tree then information of that node will be displayed on gridview on right side. And in grid view i have button field so when user click that button then i am passing control to next page with help of response.redirect and passing id of that node, where detail information is given. when i am coming back to the original page then that tree is again loaded and all information will gone so i want to retain that state from where i went to next page of detail information Is there any property so that i can save state of my form????
Regards, DJ Rock