Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

specialdreamsin

@specialdreamsin
About
Posts
50
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Process Object saying "Access Denied"
    S specialdreamsin

    Hi all, I have written code as Dim Plist() As System.Diagnostics.Process Plist = System.Diagnostics.Process.GetProcesses("MySystemName") Plist(0).Handle.ToString() is saying "Access Denied" if I use Plist = System.Diagnostics.Process.GetProcesses("127.0.0.1") it is saying that "Feature is not supported for remote machines." How to get the Handle of the each Process ? Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic tutorial question

  • Login View Problem [modified]
    S specialdreamsin

    hi, In my website, First is the Login Page. I used Login Control for that. On Successful Login I am assigning to a Sesssion variable i-e Session("UserId")="user1". Next page is the Main.aspx, In this I used Login view control. It is showing as user1 [Signout]. Its correct. After few minutes...if I am idle ... the Loginview message is changing to user1[Signin] in the main page. Session("UserId") is still user1, but login view is showing wrong information. This is the problem. Plz help me. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help csharp asp-net

  • Login View Problem [modified]
    S specialdreamsin

    plz...Look at my Original Message now.. I unexpectedly ticked the option Do not interpret HTML tags (good for code snippets) While posting message. pl.look in to it and reply me. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help csharp asp-net

  • Login View Problem [modified]
    S specialdreamsin

    Hi all, In a ASP.NET website, I have used Login View to show the Login Status. For Login I have used Login Control. It is showing status correctly. But after few idle minutes, it is automatically login view text changing to "login" But user is already logged in. I think this is Session problem. I have used below line earlier. I commented it now. Still same problem. <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="UseCookies" timeout="1400" /> pl.help me out Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    modified on Thursday, September 17, 2009 1:03 AM

    ASP.NET help csharp asp-net

  • Error Message While Opening a Page
    S specialdreamsin

    Hi all, I developed a WebSite. When I click one of the Links I am getting this error often. Not only that link almost all. This is coming when I first time click. Second time it is working fine. Error Message is : Error Page: http://192.9.200.22/RStationary/Dispatch.aspx Error Message: D:\RStationary\Dispatch.aspx(1): error BC30456: 'InitializeCulture' is not a member of 'ASP.dispatch_aspx'. Source : System.Web Stack Trace :      at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)    at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)    at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)    at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)    at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)    at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)    at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)    at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)    at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean, completedSynchronously) What could be problem... Please help me out Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help design data-structures debugging

  • Login View Problem
    S specialdreamsin

    Hi all, In a ASP.NET website, I have used Login View to show the Login Status. For Login I have used Login Control. It is showing status correctly. But after few idle minutes, it is automatically login view text changing to "login" But user is already logged in. I think this is Session problem. I have used below line earlier. I commented it now. Still same problem. <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="UseCookies" timeout="1400" /> pl.help me out Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help csharp asp-net

  • Session Problem (Login View wrong display)
    S specialdreamsin

    Hi all, In a ASP.NET website, I have used Login View to show the Login Status. For Login I have used Login Control. It is showing status correctly. But after few idle minutes, it is automatically login view text changing to "login" But user is already logged in. I think this is Session problem. I have used below line earlier. I commented it now. Still same problem. <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="UseCookies" timeout="1400" /> pl.help me out Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help csharp asp-net

  • Setting FONT Name for MAPI Message
    S specialdreamsin

    Hi, I have a program in which I have to send mail to a list of users. with a text report. Mail sending is working fine with MAPI Messages Control. But how to set the FONT of the message ? Because the Report is not align is getting distrubed. Or Other wise tell me how to change the MAPI message type to HTML Message? Please help me out Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic html help tutorial question

  • Storedprocedure execution error.
    S specialdreamsin

    Hi, I have tried all four types of Cursor Types. But no use... Please give me some other solution. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic help sharepoint

  • Storedprocedure execution error.
    S specialdreamsin

    Hi all, The following code is giving "Error: The rowset is not bookmarkable." error. please help me out.                         Dim cmd As New ADODB.Command                         cmd.ActiveConnection = Vcn                         cmd.CommandType = adCmdStoredProc                         cmd.CommandText = "sp_help('CNSM')"                         If Vrs.State = 1 Then Vrs.Close                         Vrs.CursorLocation = adUseClient                         Vrs.CursorType = adOpenDynamic                         Set Vrs = cmd.Execute                         Set DG1.DataSource = Vrs Set DG1.DataSource = Vrs line is giving above error.. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic help sharepoint

  • Timeout expired error...
    S specialdreamsin

    Thanks for your reply Manas, But Its not working... Earlier it was waiting for 30 sec. and giving TimeOut Expired. Now it is waiting for 1 minute 30 Sec. But same error is coming... Error : Sys.WebForms.PageRequestManagerTimeOutException: The Server request timed out. Please reply me... Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help sysadmin

  • Timeout expired error...
    S specialdreamsin

    Hi all, In my Web Application, when I am filling a DataSet its giving following error. Regarding this I have searched in Forum. But they told about Command Object timeout property. But I am using Data Adapter. Error : 'Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding' My Code is : Public Sub FillDS(ByVal ds As DataSet, ByVal TblName As String, ByVal Qry As String)       If Not ds.Tables(TblName) Is Nothing Then ds.Tables(TblName).Clear()       DA = New SqlDataAdapter(Qry, Con)       DA.Fill(ds, TblName) End Sub Please help me out.. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET help sysadmin

  • Printer Status
    S specialdreamsin

    Hi If you know the Answer, try to help others. This is the Area where we share knowledge. This is not to fight each other. right ? Thanks for understanding. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic help

  • Printer Status
    S specialdreamsin

    Hi all, I have an application in Visual Basic 6.0, which spools text to a text file and then prints. After printing file will be deleted. But here, I couldn't know printer status. Is printing over or still printing...I couldn't know. If I know, I wont delete the file. If that is single file, then I can adjust, but continually 10 files will be printed. All I want to know the status of the Printer...Please help me out. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic help

  • How to get Handle Numbers ?
    S specialdreamsin

    Hi all, I have a program, in which it will list all the window handles and window names. (hwnd, window name). Please any one tell me how to get all currently running windows handles and window names using API. give a code snippet please. Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Visual Basic json tutorial question

  • connect sql 2005 database that is another sysem using asp.net
    S specialdreamsin

    Hi To connect to remote system use this connection string "Data Source=IPAddressOfRemoteSystem,1440;Initial Catalog=YourDB;User ID=uid;Password=pwd; Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET database csharp asp-net sql-server sysadmin

  • Status is still PENDING
    S specialdreamsin

    Hi, That Check Box is not Checked. Should I check it now ? Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET question

  • Article Status
    S specialdreamsin

    Hi all, I have written one article. About 3 days back. But my article status is still showing PENDING. What to do next ? Please any one reply, Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    Database question

  • Status is still PENDING
    S specialdreamsin

    Hi all, That was my First Article in Code Project. I have finished writing the content. Still my article showing PENDING. What to do next ? Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET question

  • Please Help Me soon...
    S specialdreamsin

    Hi, Means should I once again execute the query and assign the Datasource and call databind ? or simple dg.DataBind() ? Ramesh Sambari

    Knowledge is like honey. Collect it, to make life sweet.

    ASP.NET csharp asp-net help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups