| Thread | Last Post | Replies |
|
| How to add a field to an Adobe Reader document? | 09 Apr 2008 00:52 GMT | 2 |
I have this existing adobe reader document and I need to add a field to it. Does anyone know how to do this? Thanks in advance.
|
| Update Multiple Datagrid Rows | 08 Apr 2008 22:50 GMT | 1 |
I'm using an imagebutton in the datagrid footer to update a column of textboxes in a "quantity" column with new values that the user inputs. I'm using a datatable, which I then bind the datagrid to. I've got the basic premise - dim a textbox, loop through the
|
| Exception "Object must implement IConvertible" for multiple-field DataKeyNames in a GridView | 08 Apr 2008 22:41 GMT | - |
I've been using a GridView for some time but this is the first time I need to delete a row in the grid whose primary key consists of 2 fields (table columns). I have a table with primary key set to c1,c2 where c1 is a uniqueidentifier and c2 is int.
|
| Anyone know of a Silverlight newsgroup? | 08 Apr 2008 22:38 GMT | 1 |
I am looking for a Silverlight newsgroup, I can't find one on news.microsoft.com. Thanks Brian K. Williams
|
| aspnet page javascript Word/Excel | 08 Apr 2008 22:24 GMT | - |
I have an intranet aspnet page that uses Attributes.Add to populate an onclick event in a DataGrid that displays files in a directory. Everything works fine as far as displaying the file names and creating hyperlinks to call an ActiveX object in Javascript. The function to open ...
|
| .NET Apps stop working after running asp_regiis -i | 08 Apr 2008 22:18 GMT | 1 |
In trying to help a developer get his code working, some of our .NET apps stopped working. We were trying to get the .NET Application to open pdf files on a remote .NET server. The aspnet account kept getting locked out on
|
| GMail webservice or api available? | 08 Apr 2008 21:40 GMT | 4 |
I want to make an application that checks messages (including message attributes, like From/To, Subject, Body, Date). Any suggestions? I couldn't find an official GMail web service or API. Thanks.
|
| DataGrid in DataList in UpdatePanel | 08 Apr 2008 20:30 GMT | 1 |
I've got a bit of an issue that I'm trying to work out. I have the page structure described in the subject, and performance seems to have taken a nose dive, from perfectly acceptable at 8 DataList rows to Hideously Bad at 150 (the difference between the dev/
|
| retaining info after postback | 08 Apr 2008 20:28 GMT | 2 |
hi, i'm creating a table with rows on runtime. the rows are added through some option on the page (not from db). but when i do a postback a miss the info. how could i retain that info?
|
| aspnet from http to https | 08 Apr 2008 20:20 GMT | 1 |
I am changing a customer web site to use https and certificates. The current login.aspx page is called via http. Do all other pages that need to be secure have to be in a separate set of web folders? For example, our login page validates the user and if ok, send them to the ...
|
| Making a WPF/NET 3.x Project | 08 Apr 2008 19:38 GMT | 2 |
I installed the .NET 3.0 and 3.5 frameworks on my computer and on the web server I'm working with. I'm using VS 2005 Pro. I was going over some instructional video from MS Elearning on WPF. They had a video that showed how to make a WPF XAML document. In VS, you go to File,
|
| Conversion from string to type double is not valid | 08 Apr 2008 19:36 GMT | 2 |
I'm using asp.net 2.0 and I wrote Public Function SendAlert() As Integer Try Dim nwln As String = System.Environment.NewLine
|
| Datagrid Imagebutton Delete Problem | 08 Apr 2008 17:49 GMT | - |
Hi, I'm running into a bit of a headache trying to use an imagebutton in my datagrid; if I use a linkbutton in a buttoncolumn, it all works perfectly, but the second I switch to an imagebutton in a templatecolumn, nothing happens...I don't get an error, it's just that
|
| MVC and Webservices | 08 Apr 2008 17:35 GMT | - |
i'm planning a webapplication and i consider using the hopefully-soon-to-be-rc mvc framework for it. the application will handle standard browser requests but should provide a webservice as well. on to my question: if i create a controller for my webservice
|
| Obfuscating | 08 Apr 2008 17:33 GMT | 3 |
I'm using Visual Studio 2005. I'm trying to protect my website dll files as best as possible using obfuscating approach. I've tried to use Dotfuscator Community Edition (comes with Vis Studio) to obfuscate the dll from the web deployment project. The result is hardly
|