applet for digital signature
(1 messages)
Date: Tue, 7 Aug 2007 11:32:23 +0200
Hello people,
i find a applet for digital signature in browser.
thanks
...
|
Applet digital firm in browser
(1 messages)
Date: Tue, 7 Aug 2007 11:29:27 +0200
Hello people,
i find a applet for digital firm in browser.
thanks
...
|
How to get DateTime in required format?
(9 messages)
Date: Tue, 7 Aug 2007 10:14:43 +0100
Hello group
I am using the now function to obtain the time, however because
my server is located in a different locale, I am getting the wrong
format - instead of 07/08 etc I am getting 08/07 etc (the American
format). Is ...
|
Weird session lost and auto web.config
(4 messages)
Date: Tue, 7 Aug 2007 05:00:14 -0400
Hi All,
I am recently experiencing a weird problem.
I don't know what exactly is the cause of the problem but here is my
scenario and symptoms.
First of all here is my architecture
1. I have a main framework (DNN) ...
|
Crystal report
(1 messages)
Date: Tue, 7 Aug 2007 14:12:58 +0530
I need to print crystal reports in asp.net how can I do that
Thanks
Anuradha
...
|
Image is not showing .. when handling themes.
(1 messages)
Date: Tue, 07 Aug 2007 01:38:11 -0700
--------------------------------------------------------------------------------
Hi
I have made a httpmodule to control my themes.I have an image in my
skin file of my apptheme folder. But the url of image is not working ...
|
people favourite websites
(1 messages)
Date: Tue, 07 Aug 2007 01:31:53 -0700
Dear Friend,
I have found some websites:
for msn messenger,
http://www.hotmailpk.com/
For
entertainment,spotlight.articles,interviews,dailyupdate;Wrestling;gosips;amazing
pictuers;cookingrecipes;lifestyle;Information's
htttp://www ...
|
secure webservice
(3 messages)
Date: Tue, 7 Aug 2007 01:10:01 -0700
Hi everyone!
I have built a vb6 app that communicates with a web server to get data from
an webservice through the internet (not lan).
My question/problem is,
1) how could I make this webservice secure, so that only ...
|
cyrillic text saved as ?????????
(6 messages)
Date: Tue, 7 Aug 2007 00:56:01 -0700
I have asp.net site which needs to sae cyrillic text.
I have changed the sql server table column to accept the text and also
placed a N in fornt of the sql code to insert it. eg. Insert (text) ( N'
some cyrillic text' ...
|
Dynamic page updates using XMLHTTP
(7 messages)
Date: Tue, 7 Aug 2007 00:30:00 -0700
I am using vbscript for calling my webservice. From vbscript I Post XML
file/argument to webservice. and i get response from webservice.
This is working perfectly when there is no argument. but does not work when
my ...
|
|
Html 4.01 strict instead of xhtml?
(6 messages)
Date: Tue, 7 Aug 2007 19:01:15 +1200
Can I stop asp.net from applying self closing tags? I am trying to generate
an html 4.01 strict page rather than an xhtml page and the w3 validator is
unhappy about asp.net automatically translating this:
<link rel="stylesheet" ...
|
What's Happening When I Click Refresh?
(1 messages)
Date: Mon, 6 Aug 2007 23:28:13 -0500
ASP 2.0; VS2005; IIS 6.0; textbox & gridview in multiview, in AJAX updatepanel
After entering keywords into a textbox and clicking a button, a gridview is populated with applicable records. The parameter for the underlying ...
|
Slide show, second photo always shows up as a thumnail
(1 messages)
Date: Mon, 6 Aug 2007 17:01:44 -0700
I have an ASP site (www.elsphoto.com} and I have several pages that have
slide shows on them. The home page uses JPGs from a directory and the
Family, Wedding and Pets pages retrieve the photos from the database.
Each ...
|
sensible way to pass around values
(4 messages)
Date: Mon, 06 Aug 2007 14:00:05 -0700
With .NET 1.x, this is what I did. On the destination page
public class ToWebForm : System.Web.UI.Page
{
public const string PARAMETER = "PARAM";
protected void Page_Load(object sender, System.EventArgs e)
{
if ...
|
Please translate this C# LINQ query into VB for me !!!!!
(2 messages)
Date: Mon, 06 Aug 2007 20:56:37 -0000
Just learning LINQ by going through the MSDN 101 LINQ samples, which
are in C#. I'm a VB developer and my C# doesn't extend to lambda
functions yet!
I'm stuck on...
public void Linq5() {
string[] digits = { "zero" ...
|
Page_Load in derived classes
(2 messages)
Date: Mon, 6 Aug 2007 13:27:11 -0700
If I have UserControlDervied that derives from another UserControlBase , and
in UserControlBase the OnLoad method is overriden , is it necessary to also
override the OnLoad method in UserControlDerived , or can the magic ...
|
How to handle errors in server code
(2 messages)
Date: Mon, 6 Aug 2007 13:10:01 -0700
Hi,
In my ASP.NET 2 page, there's Javascript code that uses XMLHttpRequest class
to execute code (which access the database) on the server, and sends data
back to populate controls on the page.
How should errors be ...
|
Page_Init calling sequence in ASP.NET
(2 messages)
Date: Mon, 06 Aug 2007 20:05:36 GMT
i need to create custom base class for my ASP.NET 2.0 web pages.
A : InheritsWeb.UI.Page
B : Inherits A
C : Inherits B
and then all my web pages extends/Inherits custom base class 'C'.
now i need to write page_Init ...
|
Problem with empty cell value in GridView
(6 messages)
Date: Mon, 6 Aug 2007 16:01:52 -0400
I have an cell which contains a field member which is filled with
String.Empty. When I retrieve the value in the cell with
Cells[0].Text.ToString() and try to compare it to String.Empty, I can't
because it contains " " ...
|
Mulitple membership providers but one role provider
(2 messages)
Date: Mon, 06 Aug 2007 12:34:21 -0700
With ASP.Net 2.0, I have setup a custom login screen that first
authenticates against and SQL membership provider and if that fails,
against an Active Directory provider. I'm wanting to have one SQL
role provider for both ...
|