Hi there, I'm creating my own blog... how can I make permalinks on my site... so the url will be http://www.somewhere.com/04/29/this\_blog\_rox.aspx instead of http://www.somewhere.com/readpost.aspx?id=11 any ideas? thanks Christian
cbmdk
Posts
-
Permalinks... How to with asp.net? -
Error when accessing Virtual Servers COM Object in a webserviceHi there, using visual studio 2005 I am trying to build a webservice on a virtual server to access the COM object of virtual server 2005. When I do it in a windows form, I have to disable the hosting process for getting the right HRESULT back, but how is this done in a webservice? Is there something similar to disable the hosting process in a webservice? http://msdn2.microsoft.com/en-us/library/ms185330.aspx The above is what MSDN tells me to do when getting the error in a Windows App, and this works. please help me out here. regards Christian -- modified at 6:43 Wednesday 2nd November, 2005
-
Plugin to Enterpriser ManagerHey, i know this havent anything to do with sql queries. But I've heard there should be a plugin of some sort to Enterprise Manager, that lets you dbl click on a table and you will instantly get shown all rows, instead of the properties of the table which nobody actually cares about. anybody know where to get this plugin or how to make it?
-
Get server time from remote serverHi there, I need to get the server time from a server which is located in canada. Is there any possibility to do this with a direct call to the server without having anything else installed on the server. I have admin rights on the server and so on. let me know if you need anymore information :)
-
post to database and close windowthis.ImageButton1.Attributes.Add("onclick","CloseWindow();"); well the onclick is being performed before it adds anything to the database.... it doesn't execute the other codebehind stuff!
-
post to database and close windowyeah, but how should that be executed in the codebehind?
-
post to database and close windowHi there, i have run into some problems. i have a modaldialog box on my website, displaying some editable data. i want to do so when the save button has been clicked, it sends the data to the database and then closes the IE window without any confirmation. how do i do it? i have a close button on the page as well, can i simulate a click on that one at the end of my code? :)
-
Windows Update Web Page DialogHi there, got a question. When entering the windowsupdate, and choose to install, you'll get a webpagedialog box to pop out, and shows you how much is left of the retrieval of the update component... how do i make a dialog box inside my IE, so that it doesn't show up as a new instance of IE. catch my drift?
-
Getting Icon Name from notifyIcon1Hi there, I'm in a bad situation I think. I have to do something according to what icon has been set in my notifyicon1. this is the way I have added the icon to the notifyIcon.
notifyIcon1.Icon = new Icon(GetType(),"red.ico");
I have to fire an event only when the icon is different from red.ico, How can i do this? :confused::confused::confused: The solution might be simple, but I just can't figure it out looking forward to your response. regards Christian