| Thread | Last Post | Replies |
|
| applets problem | 13 Sep 2006 21:37 GMT | 1 |
I need small help on this formus, actuallly i have a problem with my applet application, i developed the applet application on the jre 1.4. version, if the same applicaiton in another system i mean in the client machine the application not running, its showing blank page bec in the ...
|
| Element TABLE cannot be nested within element 'p' | 13 Sep 2006 21:15 GMT | 2 |
Why not? Why can't I put a table within paragraph tags? Also: "Element DIV cannot be nested within element 'u'." I can't underline something within div tags? Why not?
|
| javascript persistence | 13 Sep 2006 20:51 GMT | 2 |
hey all, how would i save a javascript variable between postbacks? thanks, rodchar
|
| vs2k5 equiv. | 13 Sep 2006 20:50 GMT | 3 |
hey all, in vs2k3 i could loop thru all the elements in the document like the following: function getscrollvalue(){
|
| Npgsql problem | 13 Sep 2006 20:02 GMT | 3 |
Did enybody know what happens? My ASP application works fine until today. I didnt change anything in iis or code or postgresql. The efect is: - veery slow executesqlcommand
|
| asp image control output | 13 Sep 2006 19:48 GMT | 8 |
I have to display some images kept into a sql server database (image data type) in an asp.net 1.1 page. Is it possible to use an asp control to display the contents of a byte[] or a MemoryStream? Thanks much
|
| How to Access LinkButton.Text | 13 Sep 2006 19:40 GMT | 1 |
I need to know when a link buttons value is zero so I don't try to run a query to find none. When I was using ViewState(ds_Last), which I can't do because certain phones are choking on the data, I have on avg about 12 rows of data.
|
| Visibility of servercontrols thrue javascript | 13 Sep 2006 19:23 GMT | 6 |
Anyone know if it's possible to set the visibilty of a servercontrol thru javascript. Think it would go something like this, but its not working: document.forms[0]['TextBox1'].style.visibility == 'hidden'
|
| Max characters in datareader/dataset? | 13 Sep 2006 19:20 GMT | 2 |
Does anybody know anything about a default limit of 249 characters to a datareader/dataset field? I'm trying to pull off a 200 word record from an Access MEMO field in a GridView and the reader and dataset used to get it only displays the
|
| url creation problem | 13 Sep 2006 18:23 GMT | 1 |
I've created an app which allows a directory to be browsed. If a file is clicked, I use ResolveUrl() to convert the directory path to a url path. I then attach the file name to the end of it. This works perfectly for all files but one. The name of the file is
|
| Unable to cast object | 13 Sep 2006 18:15 GMT | 9 |
I get this error: Unable to cast object of type 'System.Web.UI.HtmlControls.HtmlInputText' to type 'System.Web.UI.WebControls.TextBox'. Using this code:
|
| GridView or HyperLinkField with call to a javascript function | 13 Sep 2006 18:06 GMT | 2 |
I need a GridView that when I click on a row or on a HyperLinkField a javascript call raise . It is possible? The grid is in a window open from a parent window. Onclick in a row
|
| META Tags | 13 Sep 2006 17:55 GMT | 1 |
How can I add meta tags to web forms if they are being derived out of master page?? If I add this snippet to foo.aspx it throws exception <head runat=server>
|
| Controling Page Layout With ASP.NET 1.1 | 13 Sep 2006 17:52 GMT | 2 |
I was wondering what is the best/most effective way to control pay layout when using ASP.NET 1.1. I have seen that with 2.0 you can use some new functionality called master pages, but I have not really seen anything in regards to 1.1
|
| I'm really stumped on what's wrong with this CR in our ASP.NET 1.1 app | 13 Sep 2006 17:41 GMT | 2 |
I've been struggling with this thing for 2 days, and after searching the 'net for help, I cannot find what is wrong. We're using Crystal Reports XI Release 2, with Visual Studio .NET 2003 in an ASP.NET 1.1 application. I've got a CrystralReportsViewer control on an
|