all groups > asp.net > october 2006 > threads for friday october 27
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SQL Server and .NET Interview questions free download
Posted by Jobs at 10/27/2006 11:19:16 PM
You can get full downloads for all real interview questions from
www.questpond.com
Download the JAVA , .NET and SQL Server interview sheet and rate
yourself. This will help you judge yourself are you really worth of
attending interviews. If you own a company best way to judge if the
candidat... more >>
MembershipProvider for complex websites.
Posted by craigkenisston NO[at]SPAM hotmail.com at 10/27/2006 10:49:57 PM
I just have this simple question. Is this membership provider intended
for usage only in small websites?
Let's say, if you plan a big ecommerce software, which would require
you to add many additional fields to the users and some other stuff
that is not in the out-of-the-box membership provide... more >>
dynamic use of sitemap to find current pages node
Posted by Smokey Grindel at 10/27/2006 9:56:28 PM
I'm making some custom controls that make use of the current site map, I
need to know what node the current page that is loaded is on in the site map
though, how do you get this information out of the site map? and how do you
go from the current page's node back to the root? thanks!
... more >>
Procedure or function has too many arguments specified
Posted by Mike at 10/27/2006 9:48:23 PM
This one has me baffled. The proc has one parameter:
CREATE PROCEDURE [dbo].[qDeleteAgencyDetails]
@AgencyID int
AS
BEGIN
SET NOCOUNT ON;
DELETE FROM Agency WHERE AgencyID = @AgencyID
END
I use a dropdownlist to select an option which is displayed in a Formview,
which has an associated... more >>
How do i load a plaintext file in a aspx website / newbie
Posted by david.vantongerloo at 10/27/2006 7:52:27 PM
How do i load a plaintext file in a aspx website / newbie
now i use :
<table>
< iframe src=" text.txt " with="100" heighr="200" >
</table>
Thanks for info.
... more >>
IIS Workerthread
Posted by volker at 10/27/2006 5:18:39 PM
Hello!
While IIS (+ .net 20 ) is running a workerthread shold select data in
background permanently.
How can iI do this?
V.
... more >>
'WebForm_SaveScrollPositionSubmit' is undefined
Posted by Keithb at 10/27/2006 4:01:50 PM
My web application works without error when running uncompiled and using
localhost on my development machine. When I publish the site and deploy it
to an IIS 6.0 web server, the user gets an error message at the bottom of
herbrowser that says "Done, but with errors." When I click on the messa... more >>
App_Code output not included in setup
Posted by John at 10/27/2006 3:54:15 PM
Hi,
I have a web project, that includes an App_Code folder - code in this folder
gets built into a dll, but I have no control over the name of this dll.
If I create a web setup project, all the content files, and the dll's from
any libraries used by my project all end up in the setup outpu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom html-protection of HTML-files
Posted by Klaus Jensen at 10/27/2006 3:18:52 PM
Hi
I face this challenge:
An existing site with 50000+ html-files needs to be protected by a custom
login-system which has two goals:
1. Protect HTML-content (authentication required)
2. If the same username is used by two persons at the same time, they have
to be logged out (when a lo... more >>
I'm a newbie on ASP.NET 2.0
Posted by Rick at 10/27/2006 3:17:01 PM
Hi, all:
Is there a link (or an aswer) for the following question?
How do I setup IIS to view an aspx file?
I can view the proyect locanlly under Visual Studio.NET, but I can't under
LOCALHOST. I have the file there.
----------------------------------------------------
Environment:
Visua... more >>
Frequent re-precompile on large site
Posted by Jon Davis at 10/27/2006 3:04:54 PM
We maintain a large number of heavy traffic web sites hosted on limited
hardware resources. The traffic is such that pre-compilation is necessary
since each initial load of a page is at least two or three seconds per hit,
and multiplied across all sites the servers go down for a couple hours w... more >>
gridview control
Posted by Paul at 10/27/2006 2:41:02 PM
is the gridview control in vs2005 the same as the datagrid in vs2003 or is
there a datagrid control in 2005 called datagrid?
thanks.
--
Paul G
Software engineer.... more >>
Getting a list of printers added to users workstation
Posted by Roger at 10/27/2006 2:32:01 PM
How do I get a list of user's printers on a local machine - similar to the
print dialog?... more >>
newbie: Problem getting the querystring!
Posted by Jeff at 10/27/2006 2:16:58 PM
hey
asp.net 2.0
in the page_load event of a web page I place this code:
NameValueCollection parameters = Request.QueryString;
string username = parameters[0].ToString();
The URL has a querystring, for example like this: Default.aspx?user=newbie
But this code don't get the querystring, ... more >>
Access MasterPage component
Posted by Mikaƫl_PLOUHINEC at 10/27/2006 1:52:17 PM
Hello,
I have a master page with a label. In the "children page" in the
Page_Load function for example, I would like to change the text of the
label in the master page.
Is that possible? How can I do taht?
Thanks a lot.
Mike... more >>
SQL Sever, NewID ()
Posted by mr.Hyde at 10/27/2006 1:49:20 PM
Hi,
I am working with mscrm database. the Accounts has UniqueIdentifierID,
so I am trying to use as parameter value in sqlcommand "NewId();", it doesnt
works becouse,
ExecuteNonQuery pass my parameter as "NewId();" - with quotas. How I can
remove quotas from this command?
Regards
Hyde
... more >>
Error Handling
Posted by Joe at 10/27/2006 1:30:07 PM
Hello,
Any suggestions on error handling for a web application? Anyone use error
handling block in Enterprise Library?
Thanks
... more >>
Question regarding user controls
Posted by DotNetDev at 10/27/2006 1:13:02 PM
Hi
I have a control (child2.ascx). Which I place in a repeater in another
controls (child1.ascx). Child2.ascx is again placed in a repeater on a
Page(Page1.aspx).
What will be a good way to pass some properties? For example on Page1.aspx I
have a variable '_isAdmin'. Based on this variab... more >>
Replace string in file
Posted by shapper at 10/27/2006 12:20:19 PM
Hello,
I have a XLST file where I have the phrase "HERE".
Something like:
<xsl:text>HERE</xsl:text>
I want to replace "HERE" by "UPDATED" and save the file.
Is this possible?
Thanks,
Miguel
... more >>
Get the id of a rendered control within user control
Posted by alsu50 NO[at]SPAM gmail.com at 10/27/2006 11:47:54 AM
Hello All,
I have a user control which has an ASP.Net dropdown, gets filled up
from database, and is supposed to open a document when the selected
index is changed. The control itself is usually nested within a
container on the page.
IE7 treats the act of opening the document from the dropd... more >>
Best free Asp.net to PDF Script
Posted by CDZ at 10/27/2006 11:04:55 AM
I'm looking for a free script in ASP.net / C# that creates PDFs.
Basically, a user submits a form, they get sent to a read-only result
of their form which they can print or just verify. As the time the form
is submitted, I would like the result saved as a PDF on the server.
Right now I have ... more >>
Use 2 different databases
Posted by shapper at 10/27/2006 11:03:19 AM
Hello,
I have created a function which creates a DataTable from a Database.
However, I want to be able to use an Access or aSQL database.
Do I need to create 2 complete different functions?
The method is the same, only the types change.
Here is my code:
' Define connection
... more >>
Member variables in Web Service class
Posted by Mark Ingram at 10/27/2006 10:26:06 AM
Hi, if I have the following class:
[WebService(Namespace = "http://www.softease.com/Podium")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class MyWebService : System.Web.Services.WebService
{
private String m_name;
[WebMethod]
public String SayHello(String name... more >>
truncate string to last full stop (within 160 chars)
Posted by Stimp at 10/27/2006 9:28:26 AM
Hi all,
Having a bit of a headache trying to do this.
I want to create a string with a total length of 160 characters.
The first few characters must always be in the string.. say around 45
characters.
After this I want to append another string, description, which can be
any number of... more >>
how to: div width = browser.width?
Posted by rodchar at 10/27/2006 9:05:02 AM
hey all,
how would i set my DIV width equal to the width of the browser window using
javascript? This should be set even when the browser is resized.
thanks,
rodchar... more >>
creating an excel file from .net application
Posted by Paul at 10/27/2006 8:51:03 AM
Hi I have created an excel file download feature within a .net application
using Microsoft Office XP primary interop assembly for excel. I was just
wondering if anyone knows if you can also embed excel formulas in the excel
download, for example a running total on a column, thanks.
--
Paul... more >>
ASP.NET question. How do I set the page size?
Posted by Steve Kershaw at 10/27/2006 8:05:25 AM
Hello,
How can I dynamically set the web page size in Page_Load(..)?
On another related question, how can I display a page (using
Response.Redirect purhaps) and have the old page AND the new page
display (like a modal display mode)?
Thanks
Steve
... more >>
ICallbackEventHandler is it really asynch?
Posted by EM_J at 10/27/2006 7:58:39 AM
I am implementing this interface in one of my pages. The
RaiseCallbackEvent method runs a task for about 3 seconds. I've
noticed when I am on that page and click a tab to navigate to another
page, it may take up to 3 seconds to redirect. If I decrease the time
to 500 ms, the redirect happens ... more >>
Atlas question about modal popup
Posted by BillE at 10/27/2006 7:48:17 AM
I created a modal popup form with a button, a label, an OK Button, and a
Cancel button.
The first button updates the label text on postback.
When I click the first button, the modal popup closes, as if I had clicked
the OK or Cancel button.
How can I keep the modal popup active after postback... more >>
Convert variable to integer
Posted by staeri NO[at]SPAM gmail.com at 10/27/2006 7:07:34 AM
I need to input a stored procedure parameter as an integer but the
conversion doesn't work. I get the error message "Input string was not
in a correct format." I'm using the following code:
Dim intObjectID As Integer = Convert.ToInt32(row.Cells(0).Text)
With myCommand
..Parameters.Add(New S... more >>
customised gridview control?
Posted by NH at 10/27/2006 4:30:02 AM
Is it possible to create a gridview control that allows scrolling on the
columns.
I have a gridview with a list of people names in the first column and the
rest of the columns are week dates just showing a certain value for each
person for the week. My gridview currenntly shows 10 weeks.
... more >>
asp.net 2.0, control ids and clientID
Posted by Ily at 10/27/2006 4:07:56 AM
Hi
I have a simple master page and a simpel webform that uses this master
page
Inside the webform is a textbox, the id of the textbox is txt1.
Now on the client, I want to do some scripting using this textbox and
that means I need the id.
But the client id is something like ct00_Conten... more >>
How to protect when going from Internet to intranet?
Posted by staeri NO[at]SPAM gmail.com at 10/27/2006 1:59:36 AM
I have a web application developed in ASP.NET 2.0 with SQL Server 2005.
The application is on a hosted server accessible from Internet.
I have a potential customer who insists on having the application
hosted on their own web server and SQL Server and I'm very worried
about someone stealing th... more >>
|