Searching db
Fri, 12 Mar 2010 13:49:10 +0000
Hey guys
Lets say I want to search a table of products , easy enough .. I also want
to return the tags associated with the product which I would usually do a
join to a 'tags' table or whatever...
How to collate the list of tags per product row without using a group by or
whatever?
L
...
|
How to use AjaxToolKit in asp.net for DHTML Editor
Thu, 11 Mar 2010 22:52:07 -0800 (PST)
Dear Sir/Madam
Please tell me how to use AjaxToolKit dll for DHTML purpose using
C#.
Thanks in Advance
...
|
System.Web.IHttpHandler works on local machine but not on webhost
Fri, 12 Mar 2010 00:19:20 -0500
I have created a handler that implements System.Web.IHttpHandler. This is
working perfect when I debug locally in Visual Studio 2008, but when I put
it on my webhost it does not seem to work. It is registered in the
Web.config file, Any ideas what the problem could be? Thanks.
--
Nathan Sokalski
njsokalski ...
|
export to excel
Thu, 11 Mar 2010 20:23:02 -0800
Hello. I have a gridview that has a nested gridview. I want to export the
main gridview information. I have been able to export other gridviews but
none had a nested gridview. My first thought was to export the underlying
sqldatasource rather then the gridview. Also, the information is already
available ...
|
Solution?
Thu, 11 Mar 2010 16:27:46 -0800
I'm experiencing the same issues you describe, and would be very interested in the solution that worked for you.
All the other work-arounds that I've found on various forums have not worked for me.
Thanks in advance for any help.
Regards
Chris
CS ADNT wrote:
I finally have it working, one of the ...
|
gridview inside updatepanel
Thu, 11 Mar 2010 14:52:01 -0800
I have gridview that has templated fields in it. One of the template fields
has the calendar extender associated with it. All of this is inside of an
update panel which works fine so the gridview/webform doesn't flicker when a
control is used. But, with the update panel comes problems. It is with the
cal ...
|
FileUpload does not show the HasFile property
Thu, 11 Mar 2010 16:01:26 -0500
Hi,
I am trying to use this control but intellisense does not show the HasFile
property, It shows Equals, and ReferenceEquals.only. Can someone help?
Thanks!
...
|
|
|
File Handle not being released with FileInfo.LastWriteTime
Thu, 11 Mar 2010 11:40:01 -0800
From an ASPX page I am trying to access the System.IO.FileInfo.LastWriteTime
property of a file on the web site.
The problem I have is that image file types; e/g/ gif, bmp etc; are not
being released from the FileInfo object. If I access a page that reads the
LastWriteTime of an image file; I cannot then ...
|
Populating a text box with a Data Adapter
Thu, 11 Mar 2010 08:34:28 -0800 (PST)
I'm unable to get any data to come up/appear in my text boxes...what
am I doing wrong?
I have two textboxes on Default.aspx
<asp:TextBox ID="ClaimInfo" runat="server" </asp:TextBox>
<asp:TextBox ID="PIC" runat="server" </asp:TextBox>
I'm bringing the values over in a querystring and wrote a stored
pr ...
|
SSL on Windows 7 devlopment machine
Thu, 11 Mar 2010 15:43:12 -0000
Hello,
I'm in the process of moving my development environment to Windows 7
Professional Edition. No problems so far with Visual Studio 2008
Professional edition, SQL Server 2008 Developer edition etc.
I'm wondering what the best solution is for installing an SSL certificate on
this machine so that I can ...
|