all groups > asp.net > april 2007 > threads for friday april 13
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
open a new browser window without using javascript
Posted by bushi at 4/13/2007 11:36:43 PM
hi everyone!
i have diplayed my hyperlinks in a iframe.when i redirect
to next page.the next page also open in the same frame,but i want to
open a new browser window,when i click on the link.actually i 'm using
link button control to diplay the hyperlinks.i cant use java script
"win... more >>
Change DetailsView BorderColor
Posted by rn5a NO[at]SPAM rediffmail.com at 4/13/2007 11:31:34 PM
How do I change the BorderColor of the rows under the 2nd column in a
DetailsView?
I could change the BorderColor of the 1st column using the
FieldHeaderStyle-BorderColor property but using RowStyle-BorderColor,
the BorderColor of the 2nd column just refuses to change.
I even tried using Al... more >>
Convert HTML to PDF
Posted by Chris at 4/13/2007 10:24:14 PM
Can anyone recommend a good component for this. The prices really vary and
it is difficult to know whether it is worth paying the extra for
e.g.Aspose.pdf compared to something a little more basic. My requirements
are:
We are designing an app which will be used to monitor correspondence bet... more >>
Web references
Posted by David at 4/13/2007 5:41:47 PM
Hi,
If I add a web reference to a project, I may have a test and live reference,
so I develop against the test, then have to delete it to use the live...
Is there any way to programmatically change the reference I want to use? I
would like to configure the web reference location within web... more >>
AJAX Framework
Posted by Manuel Markus at 4/13/2007 5:28:02 PM
Hi,
which ajax framework should I choose from?
1) Ajax.NET Professional whcih has best browser support, but no controls
2) ASP.NET AJAX from Microsoft, I don't like UpdatePanel, what else is best
there?
3) JS Frameworks like jQuery with ASP.NET returning XML?
Thank you!
Manuel
... more >>
Different DataGrid
Posted by rn5a NO[at]SPAM rediffmail.com at 4/13/2007 5:27:00 PM
Please have a look at this URL (it won't take even 5 seconds to
download):
http://rn5a.brinkster.net/Page1.html
I want a DataGrid to render itself like the HTML table shown in the
above URL. How do I do it?
Note that the text under the second column are actually retrieved from
a MS-Acces... more >>
Call ASP.NET file in ASP
Posted by Joel at 4/13/2007 4:30:47 PM
Hey Everybody,
I have some older sites using ASP and I'm trying to find out a way to
call an .aspx page through an ASP page. I want to do something like
this.. where the asp.net page called returns something like an image
or text.
<a href="ad_links.aspx?id=test_corp">
<img src="ads.aspx?id... more >>
Ajax calendar extender appears behind dropdown list
Posted by BillE at 4/13/2007 4:06:55 PM
Can I make the Ajax calendar extender appear on top of dropdown lists
instead of behind them?
Thanks
Bill
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
2 DataGrids & Paging
Posted by rn5a NO[at]SPAM rediffmail.com at 4/13/2007 4:02:48 PM
In a shopping cart app, a ASPX page retrieves the order details &
personal details of a user from a MS-Access database table depending
upon the username of the user.
The order details of a particular order (like ProductID, Name,
Description, Quantity etc.) are displayed in one DataGrid where a... more >>
Call ASP.NET page through HTML
Posted by Joel at 4/13/2007 3:55:17 PM
Hey Everybody,
I'm trying to find out a way to call an .aspx page through HTML. I
know you could do it with Classic ASP so basically it would look
something like this...
<a href="ad_links.aspx?id=test_corp"><img src="ads.aspx?id=test_corp" /
></a>
This doesn't seem to run server-side is ... more >>
Grid View and ODS
Posted by Andrew Robinson at 4/13/2007 3:43:49 PM
I have a Grid View and associated Object Data Source control. The ODS
interface with a custom data source that returns a List<MyEntity>.
I am only referencing some of the columns on the GridView. When editing a
row within the Grid View, the columns that are not referenced, are being set
to ... more >>
OnItemCreated Method Of DataGrid
Posted by rn5a NO[at]SPAM rediffmail.com at 4/13/2007 2:56:54 PM
In the .NET2.0 SDK Documentation, the DataGrid's OnItemCreated method
is described as thus:
The ItemCreated event is raised when an item in the DataGrid control
is created, both during round-trips and at the time data is bound to
the control.
Can someone please explain what does the above l... more >>
Different columns for alternating rows in gridview
Posted by tsedward NO[at]SPAM wingate.edu at 4/13/2007 1:32:12 PM
I am creating a databound gridview. The last cell of each row can,
and usually does, contain a lot of text. Is there any way that I
could drop this last cell down into the next line on the gridview?
This would mean that every other row would ignore the columns and
consist of one large column. ... more >>
Re: Good book for ASP.NET
Posted by dbsearch04 NO[at]SPAM yahoo.com at 4/13/2007 1:15:21 PM
The Dino Esposito ASP.NET books are still the ones I always return
to...
On Apr 13, 1:22 am, "SF" <s...@yahoo.com> wrote:
> Hi,
>
> I am new to ASP.NET and I am looking for a good book on building ASP.NET
> application. Could someone recommend?
>
> SF
... more >>
cache reseting problem stumped
Posted by dave at 4/13/2007 1:02:02 PM
I have an asp.net project with a business layer (project) that has a class
called references. It loads up a data set and stores in cache with the
following code.
_cached = CType(HttpContext.Current.Cache("cached"), String)
If HttpContext.Current.Cache("cached") Is Nothing Or... more >>
Nullable object must have a value
Posted by zino at 4/13/2007 12:40:06 PM
in .net 2.0, the class (myClass) contains a property defined as:
private _creationDate as As Nullable(Of DateTime)
Public Property CreationDate() As Nullable(Of DateTime)
Get
If _creationDate.HasValue Then
Return _creationDate
Else
... more >>
Getting Top Left Poition of the control????
Posted by Samuel Rhodes at 4/13/2007 12:27:12 PM
Hi
I am trying to write a code snippet that would display a '?' sign on the top
left of a control.
I do not want to hard code the positioning of the DIV which will contain
that '?'.
Is it possible to somehow know the top, left position of the content
rendered by a User Control in a asp pa... more >>
MasterPages - take plain form, add MasterPage. MasterPage does NOT appear when run
Posted by Randy Smith at 4/13/2007 11:31:43 AM
Hi,
I now need to add MasterPages to a number of existing forms, but when I add
the code for MasterPage, the MasterPage does NOT appear when it runs.
Any thoughts?
TIA, Randy Smith
... more >>
Knowing which control caused postback
Posted by PokerMan at 4/13/2007 11:23:02 AM
Hi
I have a few controls on apage that cause a postback. But want to handle a
postback differently depending on which one of these controls fired the
postback. How do we do this? c#.
Thanks
... more >>
Any way to have a .Net application not let a .html document go through unless they have logged in?
Posted by Mufasa at 4/13/2007 11:03:40 AM
I have a web site with a page on it (index.html) that is used for our
internal users but is on a public web site. Currently the entire directory
is password protected through IIS. Problem is - everybody uses the same User
ID/Password.
So I was going to do the normal Forms Authentication tha... more >>
How to grab data as UTF-8 rather than UTF-16 from DB?
Posted by darrel at 4/13/2007 9:11:57 AM
I'm having a really odd problem that I can't find many other examples of.
I'm using XMLTextWriter and grabbing data from a database and then spitting
out an RSS-compliant XML file.
The problem I have is that, by default, IE pukes on it.
If I output the XMLTextWriter as:
XmlTextWriter(R... more >>
Delegates, Events and the Page Lifecycle
Posted by studio60podcast NO[at]SPAM gmail.com at 4/13/2007 9:09:59 AM
I have been fighting with this for almost two days and I can't figure
it out. I'm hoping someone can shed some light on my problem.
I have a web user control (NewAccountHolders) that contains a generic
list of another web user control (NewAccountHolder). I place
NewAccountHolders in a page a... more >>
Grid View sort by column
Posted by bbawa1 NO[at]SPAM yahoo.com at 4/13/2007 9:04:42 AM
I have a Grid View and I want to sort the data in Gridview by clicking
on column. How can I do that.
... more >>
ASP.NET IO thread pool and asynchronous sockets
Posted by Navin Mishra at 4/13/2007 8:57:05 AM
Hi,
I've an ASP.NET web service that consumes other web services as well as
sends data to client using TCP blocking sockets on a custom thread pool
threads. If I use asynchronous sockets to send data to clients, would it use
threads from ASP.NET IO thread pool ? Is it a good idea ? Or could... more >>
small dll hell
Posted by rodchar at 4/13/2007 8:00:04 AM
hey all,
i was wondering when i save my website to source safe and try to open the
website back up on a new virtual pc the dll will sometimes/always have a
..refresh extension on it and when i try to compile program it's like that dll
is not there. if i re-add the dll as a reference it's fine... more >>
ASP.Net 2.0: Name 'Eval' is not declared
Posted by slemen at 4/13/2007 7:54:05 AM
Hi,
The Visual Studio 2005 compiler is now giving numerous "Name 'Eval' is
not declared" errors. One example of the code the compiler objected to is:
<asp:templatefield
headertext="University ID Code"
... more >>
usercontrol_ascx' is ambiguous in the namespace 'ASP'.
Posted by Nemisis at 4/13/2007 7:45:57 AM
Hi all,
I am getting this error when i try to access a particular page on my
site, the site was working perfectly until i edited some code which
was nothing to do with the user control, and not even on the same page
as the control is on. I have looked on the net about this and tried
the vari... more >>
aspnet_regiis -pc operation does not honor -size argument (.NET 2.
Posted by JoshuaBiagio at 4/13/2007 7:44:02 AM
When creating a key container with aspnet_regiis, I tried to specify a size
of 2048 bits but the resulting key was 1024 bits long. I also tried various
other sizes, all of which resulted in a key of 1024 bits. The aspnet_regiis
program does check the value of the -size argument, because it doe... more >>
Run Web Site Administration Tool without Visual Studio 2005
Posted by Asif at 4/13/2007 6:17:08 AM
Hi all,
Can anyone tell me about how to run Web Site Administration Tool
without using Visual Studio?
If I have a site with the following URL
http://www.mysite.com
Then what will be the URL for opening WAT Tool
Thanks a lot
Asif
... more >>
Detect Acrobat Reader Plugin
Posted by Alhambra-Eidos Kiquenet at 4/13/2007 4:50:01 AM
Hello misters,
I have a ASPX that contains an IFrame to display a PDF file.
Like this:
<iframe src="/Files/MyPDF.pdf"></iframe>
I have an problem about it, if an user hasn't installed Acrobat Reader
Plugin. In that case, the IExplorer shows an popup window with this message:
"File Do... more >>
Add values to string array ?
Posted by Pim75 at 4/13/2007 3:33:06 AM
Hello,
I'm defining a string array like:
Dim strArray() As String = {"1", "2"}
Can I add some values to this string array later in the code?
It's not clear to me how to do this. I hope someone can help me.
Thanks in advance!
... more >>
Unable to send an email - cdosys.dll problem
Posted by Akbur at 4/13/2007 3:06:47 AM
Dear all,
I'm having major issues sending an email from my ASP.NET app.
I'm getting a "Could not create 'CDO.Message' object".
When I did a search for cdosys.dll in \win_location\system32, I could
not find it. So I copied it from another Windows 2003 server, where
it did exist. Another ... more >>
What About Orcas?
Posted by kamranMCTS NO[at]SPAM gmail.com at 4/13/2007 2:01:40 AM
Will it delay or Not?
... more >>
Datagrid on load; replace all double single quote to single quote to display to user
Posted by Eric Layman at 4/13/2007 1:10:22 AM
Hi,
I've saved data into the db by doing a replace() on single quote.
Right now on data display on a datagrid, it shows double single quote.
How do I make changes during run time of datagrid so that the double =
single quote will be replaced as single quote?
Pls advise.
Thanks... more >>
Good book for ASP.NET
Posted by SF at 4/13/2007 12:00:00 AM
Hi,
I am new to ASP.NET and I am looking for a good book on building ASP.NET
application. Could someone recommend?
SF
... more >>
ajax menu and web spider problem
Posted by Victor at 4/13/2007 12:00:00 AM
hi
I just get a problem. in my site all my menu is using Ajax(like the
componentart menu). but the website is heavily rely on the web search engine
to promote(like Google bot). I think most of the web search engine use a web
spider to go through your site. It seems the Ajax menu will screw up... more >>
ontextchange - get textbox value
Posted by Eric Layman at 4/13/2007 12:00:00 AM
Hi,
Thanks for reading
Under a textbox when we put a ontextchange event; how do we retrieve the =
text value?
Sub txtChangedHandler(ByVal sender As Object, ByVal e As =
System.EventArgs)
End Sub
OnTextChanged=3D"txtChangedHandler" AutoPostBack=3Dtrue>0... more >>
XHTMLconformance
Posted by Murtaza at 4/13/2007 12:00:00 AM
We have excluded <xhtmlConformance mode="Legacy"/> tag from web.config for
menu(ASP.Net 2.0) display problem in IE6 & have resolved this problem.
After excluding this tag it will change control's client Id. Due to this, we
are facing many error(s) in javascript func.
I need solution, so it wil... more >>
|