| Thread | Last Post | Replies |
|
| How to use Microsoft.JScript in a web service | 26 Sep 2006 00:50 GMT | 2 |
I created a web service that includes the statement: using Microsoft.JScript; so I can use the eval methods. The Web Service won't build: Error 1 The type or namespace name 'JScript' does not exist in the
|
| q; export to PDF | 25 Sep 2006 23:15 GMT | 3 |
I need to export the fields in my page to a PDF file, how can I do that? Any example will be greatly appreciated.
|
| How do I connect to an Oracle database? | 25 Sep 2006 23:12 GMT | 2 |
I'm working for a company that is in the process of converting from Oracle to Microsoft SQL Server/Visual Studios! I need to connect to the existing Oracle (6i) database to demonstrate that it can be done. Has anybody ever done this?
|
| Cascade updating/deleting and 3 tier architecture | 25 Sep 2006 22:54 GMT | 1 |
Wonder if anyone can shed some light on how i should setup cascade deletes of object data within my database. One option is to use SQL triggers, is this a good idea? Should the logic be in my business layer instead? or maybe even the data access
|
| GridView Control | 25 Sep 2006 21:47 GMT | 1 |
I list items using the GridView control and each row has the image of the listed item. I would like to use the image as a HyperLink so the user will be able to navigate to the dedicated page of that item Is that possible and how?
|
| Problem: getting generic error in gdi+ | 25 Sep 2006 21:43 GMT | 2 |
I have set a file based photo galery. Thumbnails are generated and saved to disk. Everything was working or so i thought until i found this problem. When you click a link to go to a gallery everything works fine. But if you reload that page then you get the dreaded generic error ...
|
| Debugging no localhost connections with Visual Studio 2005 | 25 Sep 2006 21:23 GMT | 1 |
I have tested my first asp.net web app inside VisualStudio 2005. Now I need to do some testing from another PC calling to my development PC, but I can not connect to the port that uses the Visual Studio for development. I've found on the web that the server that uses VS2005 only ...
|
| Programmatically Determin Max Field Length | 25 Sep 2006 21:09 GMT | 1 |
I'm trying to programmatically determine the maximum field length for an Access table. I've had problems using the examples that I have come across on the internet. Can anyone provide me with a simple way to determine the max length of a field?
|
| How to get User Context in Master Pages | 25 Sep 2006 20:56 GMT | 1 |
How would I get the User Context into my Master page so I can work with the User and Role objects such as RolePrincipal? Thanks, Matt
|
| Client Certificate User Mapped Account | 25 Sep 2006 20:41 GMT | 1 |
How Do I retrieve the mapped account to a client certificate in .NET? I have multi certificates distributed to different clients; I want to know from whom the request is coming, so I can load the appropriate settings into session,
|
| adding a javascript attribute to all text form elements on an asp.net page | 25 Sep 2006 20:39 GMT | 2 |
In code, I'm adding javascript attributes to form elements on an ASP.NET page: body.Attributes.Add("onClick", "highlight(event);"); body.Attributes.Add("onKeyUp", "highlight(event);");
|
| Doubt / converting asp to asp.net | 25 Sep 2006 19:39 GMT | 1 |
Hi everybody, how are you? I hope fine... I am developing asp pages over 5 years, and resuming I have a project that the teacher inputs the studants notes, so the code below paints the user screen with vertical/horizontal input texts based on calculating the total
|
| User Controls, Web Parts and Image Controls | 25 Sep 2006 19:35 GMT | 1 |
I've been tasked with the not-enviable job of creating an application with multiple, semi-customizable templates. My basic concept, thus far, has been a combination of Master Pages (for layout) and WebPartZones. Each master page implements an interface (call it IMasterPage), which
|
| Text Search component | 25 Sep 2006 19:04 GMT | 2 |
Can anyone recommend a good component For adding a search feature to a website that will search the text in a database Thanks in advance John
|
| Refreshing a Datagrid | 25 Sep 2006 19:01 GMT | 1 |
I have a page with a datagrid full of images, and an image upload section at the bottom. The problem i have is when i insert an image, the datagrid doesnt seem to refresh showing the new image - i know the image is there; how do i fix this?
|