all groups > asp.net > february 2008 > threads for wednesday february 6
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
Dynamic SQL
Posted by Mr. R at 2/6/2008 9:33:44 PM
Hi
I need to send dynamic SQL commands to the database. For example:
update AffiliateAccount
(
username,
company,
contactName,
address,
city,
zip,
state,
country,
homepage,
email,
phone,
fax,
pwd
)
values
(
"jdoe",
... more >>
Converting MySQL tablse to ASP.NET tables.
Posted by Mr. R at 2/6/2008 9:04:30 PM
Hi
I have a very large filewith data gathered from a homepage where I used PHP
scripting and MySQL. I would like to convert the table data to the database
I have in my ASP.NET Project which is a SQL Database to.
Any suggestions is aprecheated
Lars
... more >>
any way to check for htmlencode/decode?
Posted by Darrel at 2/6/2008 8:05:50 PM
I'm updating an application and swapping out the WYSIWYG text editor that it
was using.
The old system sent everything to the DB as HTML encoded, and then decoded
it on the way out.
The new WYSIWYG editor prefers the HTML as-is and not encoded.
Is there any built in function/class in .n... more >>
Enhancing Membership system
Posted by David at 2/6/2008 5:30:47 PM
Hi all,
I have looked for groups pertaining to membership but there appears to be
none.
I am working on a CMS system in .NET 2.0 and using the membership. However,
there are limitations to membership that I need to override.
I have seen...
http://msdn2.microsoft.com/en-us/library/ms366... more >>
Making an ASP.NET page talk to a running .NET program
Posted by jmcgrew@gmail.com at 2/6/2008 5:26:24 PM
I'm not very familiar with ASP.NET, so any pointers would be
appreciated.
I'm developing a C# program which will basically run in the background
as a server. I want to have a web-based front end which people can use
to configure the server, edit their accounts, upload new data, etc.
One way... more >>
Page does not postback
Posted by stephen at 2/6/2008 5:22:45 PM
Hi,
This really confuses me...
I have a web application and it has 2 pages in 2 seperate folders. The first
is http://localhost:4090/Test/Pages/Contract/con.aspx
and second is:
http://localhost:4090/Test/Pages/Order/ord.aspx
First i navigate to the first url and click "buttons" on the pag... more >>
Does "DropDownList" support the "CommandName" event?
Posted by dvanderwel at 2/6/2008 5:12:25 PM
I have a .NET 1.1 web page with a DataGrid containing a TemplateColumn
that contains a DropDownList.
I need to fire an event when the selected item in the DropDownList
changes for the current DataGrid row, and I'm having trouble figuring
out how to do this.
Other control types I have define... more >>
RadioButtonList SelectedIndexChanged not working correctly in AJAX
Posted by Andrew Jocelyn at 2/6/2008 4:06:38 PM
Hi
I'm using VS2005 and AJAX extensions. The SelectedIndexChanged fires when I
select ListItem TextBox2 but does not fire when I select TextBox1
afterwards. If I remove Selected="True" from the ListItem for TextBox1 the
event fires as expected. I need to have a default selected on first pag... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Need GridView Help Paging
Posted by ABHIJIT B at 2/6/2008 2:38:21 PM
Hi,
I am using 2 web pages parent and popup.PopUp window is opened using
window.showModalDialog().This is client requiremnt they don't wnat
window.open()
In PopUp page I am using GridView and DataGrid and want to do Paging.
Also I am using following code in parent form for Paging.Paging i... more >>
Reference classes of a website project
Posted by Tem at 2/6/2008 2:21:01 PM
My solution has 2 website projects. I need to reference a class in Website
A's app_code folder in Website B. but I can't figure out what namespace to
use.
Can this be done?
Tem
... more >>
Logging Application Block Not Writing to Vista Event Log
Posted by coconet at 2/6/2008 1:59:17 PM
Running Vista x64. Visual Studio 2008 Web Application Project.
I installed Enterprise Library 3.1, built it, and modified the
web.config. I want to log everything to a text file, and log
everything that is a Warning or more severe to the Application Event
Log.
Everything properly logs to... more >>
<embed> tag no longer supported! what to use instead?
Posted by Andy B at 2/6/2008 1:46:23 PM
I am trying to embed mp3 files in a web page by using the <embed> tag. Every
time I save the page I get xhtml validation(): embed tag no longer
supported. When I run the page... I get nothing at all. I even tried this
with a flash swf file and that never worked either. Still get validation
e... more >>
Good book to understand different concepts in c#
Posted by mavrick_101 at 2/6/2008 1:30:03 PM
What would be a good book to understand different terms in C# & .NET in
general. Like providers, design patterns, frameworks etc etc.
... more >>
code behind not seeing a label
Posted by jvcoach23 at 2/6/2008 1:27:37 PM
I have the following code in the aspx
<asp:Label ID="lblRightWrong" runat="server" />
that is inside a datagrid, itemtemplate
the vb code behind
Me.lblRightWrong.text = "Correct"
but the lblRightWrong says that it does not exists... I've tried exiting
out of VS, tried to recreate it,... more >>
format
Posted by Tom at 2/6/2008 1:16:11 PM
I have this
131.988
I want
132
how can I accomplish this?
... more >>
sending two parameters over to another page
Posted by JJ297 at 2/6/2008 11:06:24 AM
I want to send Titleid and [descriptions] over to the other page how
do I do this? I know how to send one how do I add another?
Response.Redirect("checkoutItem.aspx?TitleID=" &
GridView1.SelectedValue)
Thanks!... more >>
FIND THE DIFFERENCE BETWEEN .ASPX AND .ASP
Posted by lvganesh84@gmail.com at 2/6/2008 9:52:16 AM
HAI FIND THE DIFFERENCE BETWEEN .ASPX AND .ASP... more >>
GridView Show Header
Posted by ABHIJIT B at 2/6/2008 9:51:10 AM
Hi,
I am using GridView in my web form and binding DataTable in code
behind file as given below.
gvUsersList.DataSource = dtUserList;
gvUsersList.DataBind();
If no records exists in DataTable GridView should display Coulmn
Header text.
In my case I have enabled following property,
... more >>
Confused about writing Page Events in C# ASP.NET
Posted by kellygreer1 at 2/6/2008 8:59:41 AM
So by default the editor only throws in "protected void Page_Load"
event.
What is the correct way to add in other events.
I had in the past copied the events from other pages where I had
manually typed them in such as:
protected void Page_LoadComplete(object sender, EventArgs e)
{
... more >>
ObjectDataSource vs manual binding
Posted by Leon Mayne at 2/6/2008 8:47:47 AM
We have static functions in our data access layer that return generic lists
of our business objects, such as this:
Public Shared Function AllUsers() as Generic.IList(of OurUserObject)
Dim colUsers as New Generic.List(of OurUserObject)
' Populate collection here
Return colUsers
E... more >>
DatagGrid Cascade Style Sheet CSS
Posted by ABHIJIT B at 2/6/2008 7:57:13 AM
Hi,
I want to use CSS StyleSheet for datagrid in my web page.
The code is given below,
ASPX code:
<asp:datagrid id="grdReport" runat="server" Width="720px"
BackColor="White"
AutoGenerateColumns="False"
CellPadding="4" Height="22px" BorderWidth="1px" Borde... more >>
Event processing and viewstate build-up
Posted by msch.prv@gmail.com at 2/6/2008 7:21:30 AM
Thanks for bearing with me. I am confronted with huge hidden
viewstates fields in some pages and looking for ways to make these
pages leaner.
My problem hinges on how to efficiently handle events that rely on
viewstate data (SelectedIndexChanged, etc.). Are there any
alternatives for processi... more >>
Execute SSIS package from aspx page
Posted by Luigi at 2/6/2008 5:20:00 AM
Hi all,
how can I execute an SSIS (SQL Server 2005) package from an aspx page in a
web application (.NET 2.0)?
Thanks in advance.
--
Luigi
http://blogs.dotnethell.it/ciupaz/
--
Luigi
http://blogs.dotnethell.it/ciupaz/... more >>
MissingManifestResourceException: Getting globalised values in cod
Posted by Marc Woolfson at 2/6/2008 4:15:09 AM
This has been driving me insane since the start of the month.
I am attempting to retrieve globalised values from resource files within a
C# ASP.NET web application in VS 2008 targeting .NET 3.5. I have added two
files to the App_GlobalResources directory:
* WebUI.resx
* WebUI.en-US.... more >>
convert UTC to local time(system time) and vice vesra in VB.NET
Posted by deepak at 2/6/2008 2:00:01 AM
Hi All,
I want to convert the UTC time to local time zone(system time zone) and vice
versa in ASP.NET using vb.Net
currenlty i know this function which i took from internet site but this
function only converts from UTC to local and not vice versa. I need a
function which converts from ut... more >>
asp.net 2.0 gridview scrolling text in one column
Posted by Phil Johnson at 2/6/2008 1:08:01 AM
Hi
I am pretty new to asp.net gridviews.
I need to get the text in one column to scroll, I have little screen space
and one column is normally empty, but is sometimes quite long.
Has anybody done this? Can I just put a Marquee into the column to acheive
this? if so, how do I do that?... more >>
Sizing of a web server running web services
Posted by savvas at 2/6/2008 12:36:01 AM
Do you know if microsoft has any tools or guidelines to calculate the
hardware requirements for a server with windows server 2003 that will have a
couple of .Net webservices and a couple of aspx pages.
The webservices will be called in the range of 8000 calls per minute. The
aspx pages wil... more >>
|