blah blah blah is here! blah blah » Close

0
votes
1 answers

Data Exchange Word Interop

I am writing a data exchange tool in asp.net (c#). I', looking to access data in csv or xml files or word 2000 documents. The first two are relatively simple but I'm strufggling a little on the Word 2000 interoperability. I am using a tex ...

0
votes
1 answers

VB and c# comparison papers

Does anyone know of any good on-line resources comparing the two, (I believe), primary .Net languages, c# and VB.net. I'm looking for both qualitative and quantitative comparisons, as well as information on advantages, disadvantages, and o ...

0
votes
1 answers

Oracle 8i Connection

Before I start I have successfully utilised the SqlClient component of the .Net framework, utilising the web.Config file to store connection settings, and creating a SqlConnection object at run time. Now i'm tring to do the same with an Or ...

0
votes
1 answers

PostBack IFRame src issue

I have a page which has an IFrame on it. The src of the IFrame is a page with a datagrid on it. The Datagrid has bound template columns. The columns of the datagrid pass the bound data value of each cell within it to my code behind file whi ...

0
votes
1 answers

Web Page Print Layout

Is it possible to set the Default page layout, (for printing purposes), to Landscape in an ASP.net app, running on IE version 5+? If it can't be done from ASP.net, does anyone know if it can be done from Client Script? Rhys

0
votes
1 answers

Downloading files using ASP.net (c#)

After an unanswered earlier query I can now happily output the content of DataTables to csv files, the only problem now is putting them in the right place and downloading them to the user's PC. Basically I have a requirement to display an ...

0
votes
1 answers

Outputting Data to a csv file

On one of my web pages I'm dynamically creating, building and formatting a datagrid based on a table in an SQL Server 2000 database. The data source for the grid is a dynamically created datatable, populated by a query based on two date sel ...

0
votes
1 answers

Setting Focus on Web Control When Page Loads

OK then. Using Javascript and plain ole HTML controls it's easy to set the focus on a web form when a page loads, but how do I set the focus into a Web TextBox control when a page loads?... Rhys

0
votes
1 answers

Carmel Update MySql Database

Carmel, Couldn't reply to your thread so here's another. First, here's your original message... UPDATE MySql database Posted: 03 May 2003 03:52 PM I am trying to update an entry in my database when i click a button on my windows for ...

0
votes
1 answers

Maintaining Web Form Focus after PostBack event

How do I maintain the focus on a Web form on a specific control after a post back event?

0
votes
1 answers

Cache

All bar one of my web pages no not cache as they are dependant on consistently updating data in an SQL Server 2000 db. Using the IE back button, or client side script... <CODE> window.opener.location.reload(false); </CODE> . ...

0
votes
1 answers

Simple Question Web TextBox Control

How can I Right Align text in a Web TestBox Control? Is there no property to do this or am I just too tired today to spot the obvious...?

0
votes
1 answers

Dynamically Created Controls

On one of my pages I'm creating, i'm dynamically creating Web Controls and adding them to the Controls collection of a Panel on my page at run time based on the rows in a datareader object. How can I set a line break on the panel after the ...

0
votes
1 answers

Awarded Points...

Havn't checked this yet but will after this post. Are points awarded for posts outside of the technical forums? If they are, could this be stopped and only points be awarded for posts in the technical sections. I only say this as although ...

0
votes
1 answers

Dynamically Created Controls and Wiring Up events

On one of my pages I query a database for a number of records and dynamically add child controls to a panel control on my page. The child controls of the Panel display specific data from each row returned by my query. How can I wire up c# e ...

Feedback