Use Server.Transfer
Best Regards, Chetan Patel
Use Server.Transfer
Best Regards, Chetan Patel
You can use URL Rewriting Follow this link URL Rewriting with ASP.NET[^]
Best Regards, Chetan Patel
Example document.getElementById('divtodiaplsy").innerHTML=xmlHttp.responseText; do some R & D on it and it works
Best Regards, Chetan Patel
Frameset is also there you can use Frame Still if you are not happy, You can get the output using xmlHttp = new XMLHttpRequest(); xmlHttp.onreadystatechange = ProcessRequest; xmlHttp.open( "GET", Url, true ); xmlHttp.send( null ); } function ProcessRequest() { //Type your code to read response data and put it out on your page }
Best Regards, Chetan Patel
Write in SQL Select Query Select Convert(varchar(10),getdate(),103) Like this will return dd-MM-yyyy And in C# use .ToString("dd-MM-yyyy"); In grid use DataFormatString Property and make sure HTMLEncode="False" set in That column
Best Regards, Chetan Patel
You can try with innerHTML It should work in all the browser
Best Regards, Chetan Patel
Application is Shared among all the users so if you want to seperate the storage for each user use Session Ex.// If you want to get Count of All Users then use Application And if you have to store UserName then use Session
Best Regards, Chetan Patel
You can have two ID in Tables 1 is LocalID and another is CentralID Might be the solution.
Best Regards, Chetan Patel
Application.Restart()
Best Regards, Chetan Patel
You can use AJAX Model Popup Extender Or can do using Javascript by show/hide div onmouseover="showLarge('images\largeImage.jpg');"
Best Regards, Chetan Patel
Sorry friend, Your post is too long and still i am not clear, According to me you want to make communication between User Control and Container Page, Right? Then you need to user Properties to Access Control from Page. And Events (You can pass any value as Event Argument, it can be a class) define in UserControl to communicate with the page. Hope this might be useful to you.
Best Regards, Chetan Patel
Server.MapPath("~"); This returns your root directory Path Enjoy!
Best Regards, Chetan Patel
Best Regards, Chetan Patel
Hi, StringBuilder is Benificial in case of string manipulations like concat string for no of times. Then use StringBuilder and add method to create result string. But when you got final string then You can use String object.
Best Regards, Chetan Patel
Use AJAX Model Popup Extender for the same.
Best Regards, Chetan Patel
Show the grid view with one blank row and then add one by one row if user press enter key in last one column of last row For validation use onEdit and OnEndEdit events...
Best Regards, Chetan Patel
Hello, I have registered one com dll and use it in my program. When i create object of the class in com dll it shows one installation window and takes few times. still it works ok. but i want to shop showing the installation window. I want to know the reason why this window is shown when it creates an object.
Best Regards, Chetan Patel
Hello, I have used one COM .dll in my VB.Net project and when i install the application. It runs ok. but when i open form which has created object of COM dll it shows one installation window without any message. I have registered the .dll using regsvr32
Best Regards, Chetan Patel
Hello, I have buy one dedicated server and have book one domain name and Managed DNS for that domain. I have tried lot to set up the name server to my IP of the Dedicated Server if anybody has any idea to do so. please help me. Thanks in advance.
Best Regards, Chetan Patel
[Message Deleted]