all groups > asp.net > january 2008 > threads for saturday january 5
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
injecting javascript fails all the time?
Posted by Andy B at 1/5/2008 6:50:26 PM
I have the following code inside of a Wizard_Finish_Button_Click event:
NewsDB NewsHelper = new NewsDB();
if(NewsHelper.AddNews(DateTime.Now, SubjectTextBox.Text, BodyTextBox.Text))
{
StringBuilder PopUp = new StringBuilder();
PopUp.Append("<script language = 'javascript'>");
PopUp.Append... more >>
Image Management
Posted by Jeff Dillon at 1/5/2008 6:25:04 PM
I'm doing some web development for a friend. We have a photo page located
at:
http://www.christies-catering.com/photos.aspx
She wants to easily upload images herself, and manage them. The current
implementation is a page turner in Flash and I have to manually upload the
pics via FTP and ... more >>
AJAX versions ....
Posted by Liz at 1/5/2008 5:59:41 PM
I have both VS2005 and VS2008 installed and now find I need to work on some
code using AJAX extensions/toolkit ... and I'm really a bit lost on what it
is I need to install and hopefully have it work on '05 and '08 without a lot
of pain ...
any help is appreciated ...
TIA
... more >>
Get Datalist Row number (index) thru javascript
Posted by john at 1/5/2008 5:35:57 PM
Condition:
A Timesheet entry page with 2 weeks displayed in a Datalist control.
What I need to do is associate a single Memo textbox back to the clicked,
Time entered Textbox with javascript.
I have 16 textboxes per row, with a bound hiddenfield for each of those for
the memo to... more >>
wdp resources
Posted by param@community.nospam at 1/5/2008 4:59:14 PM
Hi all,
I have a website project that contains some usercontrols. I also have a Web
Deployment Project that compiles this website into a DLL and subsequently
this DLL is referenced in another Website project. The usercontrols require
some external resources like images and javascript files.... more >>
Timeout
Posted by maa at 1/5/2008 2:20:00 PM
The workflow is a user is making a request. On processing the reqeust there
is interaction between the client and server. The server can take anywhere
between 1 and 30 minutes. My client is hanging after a couple of minutes.
How can I prevent this?
Thanks,
Marc... more >>
Server.HtmlDecode Question
Posted by Night Air at 1/5/2008 2:10:43 PM
I'm trying to put an image tag inside of an anchor tag that I plan to
dynamically add to a place holder tag.
The trouble is, though, that the "<" character is showing as "<" and the
">" as ">". Is there a way to get these show correctly on the html page?
Thanks in advance!
C# Cod... more >>
Master Pages and Microsoft Index Server
Posted by ThatsIT.net.au at 1/5/2008 1:05:08 PM
I have noticed using index server to create a web site search pages using a
master page do not show doctitle when using the Title="page title" property
this works fine if you use the <title>page title</title> tags.
This means a lot of work going back over all pages and putting in the title
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How easy is it to store DB connection strings in ActiveDirectory instead of web.config
Posted by Naraendirakumar R.R. at 1/5/2008 12:41:20 PM
I have a client in the healthcare industry who would prefer to store the
connection string in a centralized location in their Active Directory
repository.
Has anybody done this? What has your experience been?
Are there any stock components in ASP.NET or 3rd party that would make this
ea... more >>
css and master page problem
Posted by laziers@gmail.com at 1/5/2008 7:59:37 AM
Hi,
I have a "little" problem. I'v got a very simple page:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/
TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/... more >>
Web Deployment. Rename Directory and File. Is this possible?
Posted by shapper at 1/5/2008 7:32:24 AM
Hello,
I am using Visual Studio 2008 and Web Deployment Projects:
http://blogs.msdn.com/webdevtools/archive/2007/12/01/web-deployment-projects-wdp-for-visual-studio-2008-december-2007-ctp-released.aspx
Is it possible to rename a directory and a folder when the web site
building finishes?
... more >>
datapager with custom loading
Posted by Nedim at 1/5/2008 6:28:00 AM
Is it possible to use DataPager with custom loading classes (I use my own
queries because of filtering and paging) and ListView control?
ListView control is bound to a DataReader and DataReader method accepts page
number and page size? Is there a way to make DataPager use my values and
meth... more >>
add download dialog box
Posted by Husam at 1/5/2008 4:42:00 AM
Hi EveryBody:
How can I add a download Dialog box to my web site that can allow the user to
download his own file which is found in remote database?
regard's
Husam... more >>
File copy from Remote machine probelm
Posted by Bhavesh at 1/5/2008 3:05:56 AM
Hi everybody,
I have problem in copying file from DatabaseServer to WebServer.Both
machines are on LAN.
Let me explain in details what i am doing & wht i want to achieve...
I am using sqlserver 2000 & asp.net 2005 for my project..
I have written one stored procedure which creates one Te... more >>
hex operation help
Posted by Lenny at 1/5/2008 12:50:47 AM
hi
I have a Ulong value like this 0x0001e8480003d08f
and I need to division of the first 8 digit number with the second 8 digit
number.
0001e848 / 0003d08f
in c#
can you help me?
thanks
Luca
... more >>
|