all groups > asp.net > january 2008 > threads for sunday january 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
GridView, links and google-index
Posted by Matthias at 1/6/2008 9:28:39 PM
Hi ng,
I have an ASP.NET GridView with template-columns. In a column I have a
link ( normal html-link like
<a href=""... ></a>
The GridView has custom paging without javascript so that the pages
are found by google. The pages *are* found (like mypage?page=1) but
not the links within the pa... more >>
ASP.NET Pharsing Error
Posted by BIJU at 1/6/2008 9:16:00 PM
When I am executing a Asp.Net web page containg Tree View web control, I got
an error message "File or assembly name microsoft.web.UI.Web controls or one
of its dependence, was not found". Kindly provide solution for this problem... more >>
resize gif image
Posted by SushiSean at 1/6/2008 6:57:00 PM
Hello. I have something like image gallery and I need make preview of images.
It means resize them to 100x100.
I have code
// create Graphics object
System.Drawing.Image oThumbNail = new Bitmap(FileWidth, FileHeight,
oImg.PixelFormat);
Graphics oGraphic = Graphics.FromImage(oThumbNail);
oGr... more >>
opening new browser window
Posted by john Devlon at 1/6/2008 4:34:57 PM
Hi
Can anyone please help me?
When I click on a imagebutton, I would to open a new browser window, display
the same image, enlarged.
Does anyone know how to do that in asp.net ?
thanx
John
... more >>
Domain Group Exists
Posted by Joseph Gruber at 1/6/2008 2:37:57 PM
Any suggestions on how to determine in ASP.NET if a domain security
group exists?... more >>
Debugging fails on Vista for Localhost
Posted by John Kotuby at 1/6/2008 1:15:39 PM
Hi all,
I need to use debugging on the LocalHost on my Vista Premious machine using
VS2005 and ASP.NET 2.0 so that all my images resolve properly.
I am able to acomplish this type of debugging on my older Windows XP machine
with no problem whatsoever, using the default IIS settings and copying... more >>
Access a Internet URL from my web application
Posted by Techeek at 1/6/2008 7:38:00 AM
How to access a Internet URL from a web application ? This web request will
give
XML output. How can I read that output??
Can anyone help me??
--
techeek
http://oxyin.com/techeek/... more >>
Convert web page to PDF in asp.net
Posted by Techeek at 1/6/2008 7:35:01 AM
Anybody know how to converts web page to PDF file using asp.net 1.1
But I don’t want using third party components.
--
techeek
http://oxyin.com/techeek... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Ajax Workflow
Posted by maa at 1/6/2008 5:11:00 AM
Can I use Ajax to prevent browser timeout and allow the Browser to be updated
at times less than the browser timeout.
If the server is doing processing does that automatically mean a worker
thread is running on the server? How do I make sure that the worker thread
gets shut down when the u... more >>
preload image
Posted by John Devlon at 1/6/2008 4:30:23 AM
Hi,
Can anyone please help me ?
When I click on a button, some picture is rendered. This takes a few
seconds. Before it's displayed, in those few seconds, i would like to
display a temporary image.... Does anyone know how?
Thanks
John
... more >>
How do make the best colorpicker option ... hopefully with AJAX
Posted by Mikael Syska at 1/6/2008 2:01:10 AM
Hi,
I have a problem ...:
If you look at http://syska.dk/upload/eb-14.jpeg you can see some names
to the right ... Alexandro, syska, resurrected.
I want an option to pick a new color for the name when clicking it.
I have a panel with 216 different colors, put into a <table>
But I can'... more >>
|