Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Access UserControl07 May 2008 05:57 GMT4
I created a UserControl (MyUserControl.ascx). At design time I added this
control the a page (MyPage.aspx). No problem when I execute the page I see
it.
I'd like access to some method and properties from MyPage.aspx.cd (first
set the width of dataGrid column07 May 2008 05:09 GMT6
Hi, i want to ask how to set the width of each of the
column on the datagrid. im using vb.net
because from what i know in vb.net we have
DataGrid1.TableStyles(0).GridColumnStyles(2).width = 150
problem with ProcessStartInfo06 May 2008 22:59 GMT2
I have the code below. It will open and print the pdf file (test.pdf) to the
printer.
       ProcessStartInfo startInfo = new ProcessStartInfo();
       startInfo.UseShellExecute = true;
Double submit06 May 2008 22:24 GMT10
Where can I find a button that can only be submitted only once?
Does the Ajax controlkit have such a button ?
Signature

Arne Garvander

How does javascript identify controls on asp.net pages?06 May 2008 22:04 GMT4
I'd  like a javascript routine to calculate totals of some column in a
table.  But the table is in a asp.net page, and when I do a 'view
source', I see that the names of the controls are not what I expect.
Where can I get info on using javascript with asp.net textbox fields?
generate the controls in the table dynamically06 May 2008 20:54 GMT2
I have a dropdown with the list of items from 1 to 6
Below the dropdown there is a table(This table contains all textbox and
dropdownlist) with 6 rows and 5 cloums, which is INVISIBLE by default.
if I select 3 from the drop down, I should get the table with the 3 rows and
How to auto-select a GridView row that is being edited?06 May 2008 19:54 GMT1
I'd like to the row being edited to be also selected.  That is,  I don't
want one row to be selected while another row is being edited.  If a user
clicks on the 'Edit' button I'd like the Select to be executed first,
followed by Edit.  So, if there is a details view associated ...
Setting up a browser cache policy06 May 2008 19:15 GMT2
How can I assign expiration dates for external js scripts? For
instance, I would like to update the expiration date of
a js script by one hour after the last fetch. Does this make sense? I
have seen some examples suggesting changing header pragmas, etc., but
path reference issue with a single masterpage and subfolders on a06 May 2008 18:09 GMT1
There is probably some simple answer to my question, but i'm still new to
this a bit..
I have a master page.. with a menu system which is coded onto the
masterpage.aspx... it uses A tags with hrefs etc.. the usual stuff..
Using WSE3 For Web Service Kerberos Auth06 May 2008 17:18 GMT1
i'm trying to implement WSE3 to secure a web service via Kerberos.
i used the example at: C:\Program Files\Microsoft WSE\v3.0\Samples\CS
\QuickStart\Security\WSSecurityKerberos\Code
but i get this error:
Getting list of the files from a virtual directory06 May 2008 14:14 GMT5
I have set up a virtual directory on ISS 6.0 to store the all .jpg and .swf
files which i use in my project
It is alias name is "OutSrc"
Is it possible to acquire a list of files which exist in that virtual
How to center Login control on a page?06 May 2008 13:58 GMT6
Could someone please let me know how to center a Login control on a page?
Can I use CSS to do that?
Thanks,
Dan
SqlConnectionString\ODBC\VS200806 May 2008 13:32 GMT7
I have the following code, in an ASP.NET app, to setup a connection in
code.
string connectionString =
       "DSN=Interbase;UID=SYSDBA;DB=C:\\Data\\MEMDATA.GDB;";
Visual Studio 2008 bug?06 May 2008 13:12 GMT1
In my VS 2008, the bar at the bottom that shows the tags in Design or
split view, is not showing the tag names, unless I put my curser over
them.
Almost like they are invisable until the curser is over them.
Notify a Service Process06 May 2008 04:04 GMT5
I have a webpage which creates reports, a report can take few seconds or
several minutes to create.
This webpage calls a web service which in turn does a remoting call to a
windows service and the service creates the report.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.