Started 1 week, 1 day ago (2009-11-20 07:14:00)
by Ashfield
Started 1 week, 1 day ago (2009-11-20 04:41:00)
by Abhijit Jana
raghu.g wrote: but when accessing from a
virtual directory.iframe is not displayed.Frown I guess this is related with the Path that you have used. Please Use Server.MapPath to locate the file.
Started 4 days, 2 hours ago (2009-11-25 02:22:00)
by Abhijit Jana
Using AllowSorting= " True" . Please search in google, you will get many answer for that.
Started 1 week ago (2009-11-21 12:47:00)
by Abhishek sur
Use any
Html Editor. You might use Yahoo editors... But the best one is FCK editor I guess. Try google on FCK editor and find it out.
Started 6 days, 12 hours ago (2009-11-22 16:05:00)
by Abhishek sur
roguemat wrote: It seems to work ok without the central image. But not with it. I think the central image is taking a lots of spaces. Why dont you put it in
fixed width and height so that you can change it whenever you are changing the width of td.
Started 5 days ago (2009-11-24 03:49:00)
by baselanfouqa
forgive me but am new at this ..... i tried but an error happend (the name 'rowcount' doesnot exist in the current context) what should i do?
Started 4 days, 3 hours ago (2009-11-25 00:53:00)
by Marc Firth
You should design sites to look the way you want in Firefox and then port them to IE. It tends to be easier than doing it the other way round. As a last resort, you can add hacks to make it look good in IE but not for firefox. eg: < link rel =" stylesheet" type =" text/css" media =" screen" href ="
style.css" / > <!-- [if IE]> <link rel="stylesheet" type="text/css" ...
Started 1 week ago (2009-11-21 13:33:00)
by SimulationofSai
Have you thought about using MSMQ? Whenever your web method say MethodA() is called by any client, the first thing that MethodA() will do is push a message into a
message queue. Your local app say AppA will keep polling (or subscribe to the message queue) and will be notified whenever a message arrives in the queue, this letting you know that MethodA() has been invoked.
Started 1 week, 1 day ago (2009-11-20 13:14:00)
by Abhijit Jana
What is use if min-Width ? You can directly fix the width of table.
Started 1 week, 1 day ago (2009-11-20 06:23:00)
by Abhijit Jana
You can use
Random Number . or GUID for that. You can also search google a while, you will get many solution.