Click here to Skip to main content
15,906,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionadd session variable to querystring in aspx not thru codepage Pin
thedom210-Jun-08 23:00
thedom210-Jun-08 23:00 
AnswerRe: add session variable to querystring in aspx not thru codepage Pin
Vasudevan Deepak Kumar11-Jun-08 0:18
Vasudevan Deepak Kumar11-Jun-08 0:18 
GeneralRe: add session variable to querystring in aspx not thru codepage Pin
thedom211-Jun-08 0:21
thedom211-Jun-08 0:21 
GeneralRe: add session variable to querystring in aspx not thru codepage Pin
Vasudevan Deepak Kumar11-Jun-08 0:31
Vasudevan Deepak Kumar11-Jun-08 0:31 
AnswerRe: add session variable to querystring in aspx not thru codepage Pin
sukkureddy11-Jun-08 1:07
sukkureddy11-Jun-08 1:07 
QuestionProblem with Ocx in remote server Pin
vurugonda10-Jun-08 22:55
vurugonda10-Jun-08 22:55 
AnswerRe: Problem with Ocx in remote server Pin
eyeseetee10-Jun-08 23:14
eyeseetee10-Jun-08 23:14 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda10-Jun-08 23:24
vurugonda10-Jun-08 23:24 
Hi
i am posting some code here

this code working in local system fine but in remote not working
i registered ocx in remote also then also showing nothing


<%@ Page Language="vb" AutoEventWireup="false" Codebehind="test.aspx.vb" Inherits="regname.test"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>test</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<script language="javascript">
function verify(msg)
{
alert(msg.CPCompNo);
}
</script>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">

<OBJECT codebase="Project1.ocx" style="Z-INDEX: 102; LEFT: 424px; POSITION: absolute; TOP: 16px" classid="clsid:B18ACB97-EC4F-4AF3-B97D-0CAA918CF0E8" VIEWASTEXT>
<PARAM NAME="_ExtentX" VALUE="8467">
<PARAM NAME="_ExtentY" VALUE="6350">
<PARAM NAME="btntxt" VALUE="My Title">
</OBJECT>
</form>
</body>
</HTML>
GeneralRe: Problem with Ocx in remote server Pin
Vasudevan Deepak Kumar11-Jun-08 0:18
Vasudevan Deepak Kumar11-Jun-08 0:18 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda11-Jun-08 0:41
vurugonda11-Jun-08 0:41 
GeneralRe: Problem with Ocx in remote server Pin
Vasudevan Deepak Kumar11-Jun-08 0:45
Vasudevan Deepak Kumar11-Jun-08 0:45 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda11-Jun-08 21:32
vurugonda11-Jun-08 21:32 
QuestionPage Refresh Pin
Member 329688310-Jun-08 22:52
Member 329688310-Jun-08 22:52 
AnswerRe: Page Refresh Pin
eyeseetee10-Jun-08 23:12
eyeseetee10-Jun-08 23:12 
GeneralRe: Page Refresh Pin
Member 329688310-Jun-08 23:45
Member 329688310-Jun-08 23:45 
GeneralRe: Page Refresh Pin
meeram39510-Jun-08 23:58
meeram39510-Jun-08 23:58 
AnswerRe: Page Refresh Pin
Vasudevan Deepak Kumar11-Jun-08 0:48
Vasudevan Deepak Kumar11-Jun-08 0:48 
QuestionMultiple List box control in ASP.Net using C# Pin
Manikkuttan10-Jun-08 22:14
Manikkuttan10-Jun-08 22:14 
AnswerRe: Multiple List box control in ASP.Net using C# Pin
Imran Khan Pathan10-Jun-08 22:39
Imran Khan Pathan10-Jun-08 22:39 
GeneralRe: Multiple List box control in ASP.Net using C# Pin
Manikkuttan12-Jun-08 22:38
Manikkuttan12-Jun-08 22:38 
AnswerRe: Multiple List box control in ASP.Net using C# Pin
eyeseetee10-Jun-08 22:46
eyeseetee10-Jun-08 22:46 
Questiongridview delete confirmation Pin
rajkumar.310-Jun-08 21:18
rajkumar.310-Jun-08 21:18 
AnswerRe: gridview delete confirmation Pin
Imran Khan Pathan10-Jun-08 21:36
Imran Khan Pathan10-Jun-08 21:36 
AnswerRe: gridview delete confirmation Pin
eyeseetee10-Jun-08 21:43
eyeseetee10-Jun-08 21:43 
QuestionPerformance Counters always returns 0, 50 or 100. Pin
greekius10-Jun-08 21:07
greekius10-Jun-08 21:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.