all groups > asp.net > november 2007 > threads for wednesday november 28
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
Duplication of record in database
Posted by Kavita at 11/28/2007 11:13:00 PM
We have one web application developed in .Net framework 1.1. This site is
live on production server since one year and used across world by many users.
But only one of the users is facing following problem:
Whenever the user submits an “Approval Process†form, there are 3 times
entries... more >>
Where in User.Identity.Name gets a value in Login control?
Posted by Athena at 11/28/2007 7:55:11 PM
Hello,
For a logging application I need to test the value of User.Identity.Name
together with User.Identity.IsAuthenticated to direct the program flow. I
tried Login.Authenticated, LoggedIn and Page_Load events. In all cases the
value is returned as empty. Based on whether this value eq... more >>
Script Manager
Posted by shapper at 11/28/2007 6:13:15 PM
Hello,
I am including Javascript files in my page as follows:
Page.ClientScript.RegisterClientScriptInclude("MyScript",
"MyScript.js")
Can I do this through the ScriptManager?
And what is the difference?
Thanks,
Miguel... more >>
ASP.NET Menu Control Option Help
Posted by NvrBst at 11/28/2007 5:01:05 PM
I'm using Visual Web Developer Express 2008. I added a Menu Control.
Is there a property I can select to keep the Parent Item's Hover State
on when hovering over to the Child Items? I want to keep the
background color of the Parent Item to stay when moving over to the
child items.
Also is... more >>
"potentially dangerous Request.QueryString" error in ASP.Net app (VB.Net 2003)
Posted by Alex at 11/28/2007 4:42:57 PM
Hello,
In one of our VB.Net 2003 apps, we're receiving the following error:
A potentially dangerous Request.QueryString value was detected from the
client (id="RKVW8oNcLoE=").
At first glance I assumed the '=' was the problem, but when we use
'id=VQmAq6M5E/I=' in the same URL it works jus... more >>
store a message in GMAIL
Posted by Fransis il Mulo at 11/28/2007 4:08:47 PM
I've a question: is it possible to send a mail message from a webform
using a gmail account and store the message in gmail Outbox?
Thanks in advance
Fransis... more >>
Menu Control Odd Behavior
Posted by AG at 11/28/2007 1:59:17 PM
I realize that the obvious suggestion would be malware, but my definitions
are up to date and I have already scanned for it.
I have also tried disabling all IE add-ons.
I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything is
working fine except from my development machine ... more >>
asp:dropdown call client side javascript on event?
Posted by soni2926@yahoo.com at 11/28/2007 1:52:12 PM
hi,
i have a asp:dropwdown list on my page, it's populated with data (via
a dataset) on page_load. when a user selects a choice i want to call
a javascript function, is this possible? to have a client side event
called by a server control?
Thanks.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Why use Ajax -- All comments welcome
Posted by Wannabe at 11/28/2007 1:52:01 PM
We are looking at Ajaxing our existing web application. Question is...Should
we Ajax any and everything we can, or not? One example...if a page posts back
to itself, is that a good candidate for Ajax?... more >>
drop down list
Posted by Claudia Fong at 11/28/2007 12:51:00 PM
I have 2 drop down list inside a table.. but I've been told that they
are not justify inside the table..
what does that mean?
Cheers!
Claudi
*** Sent via Developersdex http://www.developersdex.com ***... more >>
response object and ajax
Posted by rodchar at 11/28/2007 12:29:01 PM
hey all,
i have a response.write statement in my pageload and whenever i do an
asyncpostback it errors out with:
---------------------------
Microsoft Internet Explorer
---------------------------
Sys.WebForms.PageRequestManagerParserErrorException: The message received
from the server co... more >>
Use of the enter button
Posted by Samuel at 11/28/2007 12:16:24 PM
Hi
I want that when users type in textboxA enter it will automatically clicks
on buttonA and when they click on enter in TextBoxB then it click on ButtonB
How can that be done?
Thank you,
Samuel
... more >>
upload file/size
Posted by someone@js.com at 11/28/2007 11:45:06 AM
Hi, I use upload control, how to enable upload *.pdf file and enlarge file
size? Please help.
... more >>
javascript and asp.net
Posted by Mel at 11/28/2007 11:34:22 AM
Is there a way to use the same javascript code for 2 pages? For
maintenance reasons, if I make a fix or a change I will need to
remember do it for both pages. Is there any way to get around this?
For example, I have one calculator but when I click a link on one page
it is just displayed as a p... more >>
Release timeframe for SilverLight 1.1 ?
Posted by sloan at 11/28/2007 11:04:43 AM
I know this has probably been asked before, but I googled and searched old
newsgroup posts trying to find something.
I searched silverlight.net as well.
Is there any kind of ballpark release timeframe for SilverLight 1.1?
I know everybody is getting excited about it, and I'm pushing it he... more >>
When can I buy upgrade to vs 2008?
Posted by sandal at 11/28/2007 10:49:05 AM
When will I be able to buy the upgrade from vs 2003 pro to vs 2008 pro?
I don't have an msdn subscription.
Also I was going to use the trial version of vs 2008 in the interim but
vs 2008 pro trial is not released yet. Does anyone know when it will be?... more >>
PHP\ASP.NETWebservice
Posted by gh at 11/28/2007 10:16:19 AM
Does anyone have an example of consuming an ASP.NET webservice from
PHP. I have a procedure in the webservice that passes an array with
CompanyID and CompanyName. The php side needs to call the procedure to
write out the data from the array into a couple of columns in the table.
I can' t ... more >>
aspnet examples question
Posted by rodchar at 11/28/2007 9:45:02 AM
hey all,
the following code snippet was in a tutorial at asp.net regarding DataList
examples and this was used as the datasource:
ICollection CreateDataSource() {
DataTable dt = new DataTable();
DataRow dr;
dt.Columns.Add(new DataColumn("StringValue", typeof(... more >>
Simple Login programming: Authentication does not work for me!
Posted by Athena at 11/28/2007 9:44:06 AM
Hello Bob,
I thought it should be a simple matter to put a login page together
after watching LearnVisualNet videos ! O boy how wrong I was. First of all
I realized that even the guru's web site doesn't work(!) (Try sending an
email in http://www.learnvisualstudio.net/Contact.aspx, eve... more >>
Membership & Roles ApplicationName
Posted by ePrint at 11/28/2007 9:21:02 AM
Asp.Net v2.0
I have created a web application and I am using it from a single website and
database. The web application has different ‘portals’ – each independent and
I am using the Membership & Roles ApplicationName to separate out my
different groups of users within the membership da... more >>
Avoid execution of "Page_Load" of controls contained in MultiView Views
Posted by DC at 11/28/2007 7:47:04 AM
Hi,
the subject says it all. Since visible=false controls will still run
though Page_Load, I was hoping that the MultiView would somehow manage
to avoid a Page_Load of controls in its inactive Views. But of course
it does not.
I guess a safe way to avoid Page_Load is to only add the control... more >>
Code Behind Problem
Posted by Joe at 11/28/2007 7:15:37 AM
Hi,
When I start a new VS2005 website project, have a .aspx page
and I drop a control onto it and when I double-click on the event, it
brings up the .aspx.vb file so that I can add the VB event handler.
A designer sent me her project with .aspx pages and asked me
to connec... more >>
Protect an Image File in ASP.NET Web Project?
Posted by Mike at 11/28/2007 6:44:13 AM
Hi. I have an ASP.NET 2.0 web application which contains an Images directory
with all website images. How can I prevent other websites from creating img
tags with the source as my images? I want to prevent other websites from
serving my image.
For example - How can I prevent another websit... more >>
ASPX Page Properties do not show
Posted by Rbrt at 11/28/2007 4:26:02 AM
I'm sure I am missing something simple here, but if I click on an aspx page
in the VS 2005 designer, the only property I see in the Properties panel are
the file name and path. Why can't I see other properties like
StylesheetTheme, Theme, what have you?... more >>
Converting ASCII to UTF-8
Posted by Alci at 11/28/2007 3:50:18 AM
I am getting some Korean characters data from MS SQL server. These
data were submitted as UTF-8 into the database, but stored as normal
varchars. So, when I getting them out of database by using Gridview
+SqlDataSource, they are actually ASCII format, but I couldn't just
convert the encoding of ... more >>
tag <tbody> using TAble control
Posted by Alhambra Eidos Kiquenet at 11/28/2007 12:29:01 AM
Hi misters,
How I generate <tbody> tag using Table, TableRow, etc ... controls ?
I have this method:
private Table GenerarTablaOrdenacion(LinkButton lnkAscendente, LinkButton
lnkDescendente, Image imgAZ, Image imgZA)
{
Table table = new Table();
TableRow row1 = new TableRow();
T... more >>
|