Imagine you have a site that uses sessions at www.example.com, you don't have your own IP/SSL certificate so you use a shared SSL certificate at https://secure.example.net/example.com/ . How would you make sure sessions work on both the HTTP and HTTPS site.
Hi, everybody1
I have search engine is working if it submitted by click the button, but not by hit the "Enter" on keyboard
What is the reason, ? Im newbie in ASP.NET, please help me take action and fix it.
Hi, Everybody!
I make query for the deleting data with expired date on my database when the user call web application,
DELETE
FROM Table
WHERE CLDate < date();
It is working fine, when delete date that are "<" then today date, but not !!! matter what is the year!!
For Example:
if exp.day...
the error "Microsoft JET Database Engine (0x80004005) The search key was not found in any record. "
Some time occcured in my .asp application. It's fixed after action : Tools-->Utilities-->Compact and Repair Database.
But after submit the form ( update data in DataBase) occured again. Please...
Exception Details: System.InvalidCastException: Cast from type 'DBNull' to type 'String' is not valid.
Line 313: end if
Line 314: publishername = "N/A"
Line 315: if rs.item("publisherid")>0 then publishername = rs.item("publishername")
Line 316: articleid=rs.item("articleid")
Line 317: %>...
I am gettign this error while converting an asp application to asp.net
so it's not has a syntax error, but on out put is like this
The closest chapter to you is
System.__ComObjectSystem.__ComObjectSystem.__ComObject
System.__ComObject
System.__ComObject
System.__ComObject
Website...
I've right some code for ASP VB, and now I go with that code to ASP.NET (.aspx), and errors shows at moment! So, please help me , please!!
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and...
Hi,
it so strange problem!! I create new databases and tables, managing them from MS VisuaL Studio and SQL server interface tool, but can't use them when call to it from application.
On conn.Open() the compiler show an exception
"An error has occurred while establishing a connection to the...
hi, I have 2 files aspx and ascx and compiler return erorr, please help me to resolve that problem
login.ascx
<%@ Control className="login" %>
<%@ Import Namespace="System.Web.Security " %>
<script language="C#" runat="server">
void Login_Click(object sender, EventArgs E)
{
// ...
hi, that global.asax is for authentication aspx page, but compiler return erorr, please check it
<%@ Application Language="C#" %>
using System.Security.Principal;
using System.Web.Security;
protected void Application_AuthenticateRequest(Object sender, EventArgs e)
{
//Fires upon attempting to...
Hello, JavaScript community!
Is it possible to make variable with value in one page and after use it in another?? How variable may keep the value?
Please, write code:)
Hi:)
I've got code that is working properly on one page. But I want to separate each RadioButton group to each .aspx page.
Yes, master pages can help, but I'm newbie in programming:(
I generated master page and 3 "content" aspx pages for free RadioButton groups each. My idea is to managing...
Hello, I've got a code for 3 groups radiobuttons and one button for submit. The form is placed on one .asp page and everything working properly. My question is how to separate each group radiobuttons for each page (3 groups makes 3 pages)and in last page place a "submit" button?
that is my code...
Hi:)
My code is very simple,it's one class with some "public void" methods. I'm using 3 "int" variables in that methods. Problem is that value of variables is not transfering from one to another method.
For example:
public class Alabala
{
int x;
public void ButtonClick()
{
int x=4:
}
public...
Hi:)
I make a code for button "Submit" like this ( to submit checked radiobuttons). But it's not working and alert error message.
Code for button:
<asp:button id="Button4"
text="Submit"
OnClick="SubmitBtn_Click"
usesubmitbehavior="false"
runat="server"/><br />
error message:
Compiler...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.