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
X

xbiplav

@xbiplav
About
Posts
74
Topics
53
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • URL Redirecting from http:// to WWW
    X xbiplav

    Hi everyone, I host a site www.xyz.com. When i type www.xyz.com in the browser, it works correctly. But when i just type http://xyz.com ; it gives some config issues. I asked the hosting support; they told me that i have to manually set the web.config file to fix that issue. How can i fix it by setting the web.config file ?

    ASP.NET help question com hosting

  • Hot to URL Re-Routing ??
    X xbiplav

    Hi everyone, I host a site www.xyz.com. When i type www.xyz.com in the browser, it works correctly. But when i just type http://xyz.com ; it gives some config issues. I asked the hosting support; they told me that i have to manually set the web.config file to fix that issue. How can i fix it by setting the web.config file ?

    ASP.NET help question com hosting

  • One simple question on Page Refreshing
    X xbiplav

    Hi anumole, I am sorry but I did not get it. Even a pseudocode will help if you could demonstrate a bit. Thank You!

    ASP.NET question csharp asp-net help tutorial

  • One simple question on Page Refreshing
    X xbiplav

    Here you go..I gave you 5...Yayyy....

    ASP.NET question csharp asp-net help tutorial

  • One simple question on Page Refreshing
    X xbiplav

    Thank u man. U seem to have good knowledge of web technology. I appreciate your time.

    ASP.NET question csharp asp-net help tutorial

  • One simple question on Page Refreshing
    X xbiplav

    Thank you once again. Also i want to ask you one last thing and I am sorry for my ignorance. My question is that, like in windows programming we can change the state of Form1 from Form2 by creating objects and passing messages. Similarly like in web, is it possible like we create an object of WebForm1, then pass this instance to WebForm2 and if we want to change an object's state of WebForm1(lets say a label text in WebForm1 to something) can we use that instance of Webform1 (from Webform2) and do that?

    ASP.NET question csharp asp-net help tutorial

  • One simple question on Page Refreshing
    X xbiplav

    Thanks Man for your time. Also, can AJAX capable of doing such stuffs.

    ASP.NET question csharp asp-net help tutorial

  • One simple question on Page Refreshing
    X xbiplav

    Hi all the lovely people out there, I am just a beginner in Asp.net. I have a page which has a login link. When i click the login link it pops up a small window where he can login. But after successful login I do not know how to refresh the original page and change the login label to logout. Can you guys help me out?

    ASP.NET question csharp asp-net help tutorial

  • Raising Events from a class library
    X xbiplav

    I am in a scenario where I have made a class library (*.dll) file. At some point I need to raise an event( from within a class of the *.dll library) of a class(Like Event in the Class shown Below) which is outside or out of the scope of the *.dll library. How do I do it? Do I need to add interface in that particular class of the *.dll library and implement in the calling class or any technique? Does anybody have some idea? Public Class SomeClass Public Event SomeEvent .......... End Class

    Visual Basic question

  • Backing up data from a Sql Server Table
    X xbiplav

    I have to do that programatically and i am using Vb.Net or may be C# will do.

    Database database sql-server sysadmin question

  • Backing up data from a Sql Server Table
    X xbiplav

    Is there anyway that we can extract or backup data from a sql server table to anything, and later importing them? Is there any popular tool or technique to do so?

    Database database sql-server sysadmin question

  • How to always keep focus on a textbox?
    X xbiplav

    What my point is here. As soon as other control's work is done, then the textbox should be focus. I dont want to put textbox1.focus in every control's lostfocus event. I hope you understand me. Thanks!

    Visual Basic tutorial question

  • How to always keep focus on a textbox?
    X xbiplav

    I have a windows form which has several controls like buttons, listviews, labels and a textbox. Is there any generic way to always keep focus on that textbox?

    Visual Basic tutorial question

  • How to poll to get continous data ?
    X xbiplav

    I am writing a program in .Net where the code gets a XML document from a URL( like the code below)and reads the XML document.But I dont know how to make the program keep on polling so that I can get the XML document continuosly or at some intervals . Any links or suggestions? Code:- Dim reader As XmlTextReader = New XmlTextReader("http://192.168.10.12/cgi-bin/dataProxy?oper=queryTags&map=1") While reader.Read() { .... }

    Visual Basic csharp xml tutorial question

  • Weird VS2008 Problem
    X xbiplav

    I just finished installing Microsoft Visual Studio 2008. But the very first time, I tried to design a form in Visual Basic, it gives the error message "The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already exists in the service container. Paramter name:serviceType" And it also shows the warning which says "Attempted to read or write protected memory. This is often an indication that other memory is corrupt". I searched the whole internet but couldnot get a solution. If you guys can help me,I would really appreciate that.

    Visual Studio help csharp visual-studio com

  • Apostrophe In Field-Value Problem
    X xbiplav

    I am using MSSQL and I have a value named NUG(4'') in a field named Sz in the table tbl_Sz. But when i use the query -> Select count(*) from tbl_Sz where Sz='NUG(4'')', it gives the count zero, which should be one in this case. Is the count is zero due to NUG(4'') has two Apostrophes ? Because I think sql ignores the string after the Apostrophe or something like that? If it is so then how to solve this problem ?

    Database database sql-server help tutorial question

  • VS2005 and VS2008
    X xbiplav

    I didnot get you. Did you mean there wont be any problem by that??

    Visual Studio csharp question

  • VS2005 and VS2008
    X xbiplav

    I already have VS2005 installed in my computer. I also want to install VS2008 in the same computer. But i donot want to uninstall VS2005. Will VS2005 and VS2008 interfere each other and will the programs written in VS2005(.Net 2.0.) work after installing VS2008?

    Visual Studio csharp question

  • Simple question on maintaining sql server's table datastructure
    X xbiplav

    I am in a scenario where my table's datastructure keeps on changing. For eg. sometimes the primary key changes, sometimes the field name changes and so forth. Is there any tool in the internet which helps in monitoring such kind of changes by comparing the previous database and the changed database? If you have any idea of such tools, could you please post it here? Because it is giving me a very hard time.

    C# database question sql-server sysadmin tools

  • Sql Server Express Application hang problem...
    X xbiplav

    Also the client and server application runs in a different terminal(PC).

    Visual Basic database sql-server sysadmin help
  • Login

  • Don't have an account? Register

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