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

swissmiss86

@swissmiss86
About
Posts
17
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Base64 converter
    S swissmiss86

    Thanks for the idea i'll try that

    ASP.NET csharp com help question

  • Base64 converter
    S swissmiss86

    Does anyone know if there's a tool which i can download and use for decoding base64 encoded files? It should work just like in http://www.base64converter.com I have a windows .net application for downloading encoded data from a web service and i need to manually decode that data using above website rather i'm looking forward to automate this entire process. I appreciate your help

    ASP.NET csharp com help question

  • insert special characters into sql database
    S swissmiss86

    Please assist me in inserting special characters into a sql table whose column datatype is set to varchar. I actually developed a VB script which extracts data from xml file and inserts into sql database. In the xml file i have data where description of a field has text like phone ® (i.e text representation of registered trademark symbol). This is causing error when parsing the xml file and it says ERROR: Reference to undefined entity 'reg'. Any help would be appreciated.

    Database database help tools xml json

  • Calendar control help
    S swissmiss86

    is it possible to pick more than one date(non continuous) using the calendar control? If so please help me.

    C# help question

  • recover a deleted project file
    S swissmiss86

    :( it's a shift+del so no way to have it in trash bin but as the sytem is not restarted i'm sure there would be a way to recover deleted files

    C# csharp

  • recover a deleted project file
    S swissmiss86

    i accidentally deleted a C# project file and i don't use source safe so is it possible to recover the deleted project as the system was not rebooted.

    System Admin csharp

  • recover a deleted project file
    S swissmiss86

    i accidentally deleted a C# project file and i don't use source safe so is it possible to recover the deleted project as the system was not rebooted.

    C# csharp

  • screen scraping websites using cookies
    S swissmiss86

    is it possible to screen scrape websites using cookies? if so please help me doing that? how to know what the cookie values are and how to append them in the url?

    Web Development help tutorial question

  • page load progress
    S swissmiss86

    well, my idea is to display a splash screen with some image in it to entertain the user and indicate the page is loading slowly. this should be done using C#.Net, please suggest me any links, thanks

    ASP.NET tutorial

  • page load progress
    S swissmiss86

    how to display a message like 'please wait while page loads' when an aspx page takes long time to load....so as to make sure that the users don't panic and run away before it finishes. thanks in advance.

    ASP.NET tutorial

  • problem exporting to excel
    S swissmiss86

    is there a way to directly export SQL data to excel using a aspx page without displaying this data on a datagrid. so this is not like exporting from datagrid to excel but it is like...when user clicks a button then an Sproc is executed and data should be directly saved into excel. any help would be appreciated,thanks

    ASP.NET help database

  • Button text in two lines [modified]
    S swissmiss86

    How to get the text displayed in two lines for an asp:Button control using C#.Net. for example : so "Find an Existing" should be in first line and "product ID" should display in second line -- modified at 16:02 Thursday 28th September, 2006

    ASP.NET csharp tutorial

  • Passing values using Image button instead of 'Submit' button
    S swissmiss86

    when you go to this page http://www1.sprintpcs.com/explore/coverage/CoverageOverview.jsp?ATR\_ExtraOne=Personal\_Wireless\_Plans\_Coverage and enter a zipcode and when u click the 'View coverage' image button, then you get the next page which shows whether you have coverage to the zipcode you entered. But i'm having problem when i do it through Csharp.Net. The problem is the zipcode value is not getting submitted through the image button. this is the final page where it displays whether it has coverage or not. http://www1.sprintpcs.com/explore/coverage/CoverageOverview.jsp?bmForm=SprintZipCodeToCSAComponentPlansFocus&bmFormID=1152889587027&bmUID=1152889587027&bmIsForm=true&bmPrevTemplate=explore%2Fcoverage%2FCoverageOverview.jsp&bmText=csaZip&csaZip=20171&bmImage=ShowPlans.x&bmImage=ShowPlans.y&bmImage=ReturnCSA.x&bmImage=ReturnCSA.y&bmHidden=FOLDER<>folder\_id&FOLDER<>folder\_id=1436777&bmHidden=CURRENT\_USER<>ATR\_SCID&CURRENT\_USER<>ATR\_SCID=ECOMM&bmHidden=CURRENT\_USER<>ATR\_PCode&CURRENT\_USER<>ATR\_PCode=None&bmHidden=CURRENT\_USER<>ATR\_cartState&CURRENT\_USER<>ATR\_cartState=group&bmFields=bmForm%2CbmFormID%2CbmUID%2CbmIsForm%2CbmPrevTemplate%2CbmText%2CbmImage%2CbmHidden&bmHash=84312c83205bfccaa4a01a0f0edbd2d4495bbd27&ReturnCSA.x=36&ReturnCSA.y=7 any help would be appreciated

    ASP.NET csharp help java com question

  • Passing values using Image button instead of 'Submit' button
    S swissmiss86

    In the Page_Load i'm calling the PostFormData() by passing URL as a parameter. Code here is lblTest.Text = PostFormData("","http://www1.sprintpcs.com/explore/coverage/CoverageOverview.jsp?bmForm=SprintZipCodeToCSAComponentPlansFocus&bmFormID=1152824111731&bmUID=1152824111731&bmIsForm=true&bmPrevTemplate=explore%2Fcoverage%2FCoverageOverview.jsp&bmText=csaZip&csaZip=20171&bmImage=ShowPlans.x&bmImage=ShowPlans.y&bmImage=ReturnCSA.x&bmImage=ReturnCSA.y&bmHidden=FOLDER<>folder\_id&FOLDER<>folder\_id=1436777&bmHidden=CURRENT\_USER<>ATR\_SCID&CURRENT\_USER<>ATR\_SCID=ECOMM&bmHidden=CURRENT\_USER<>ATR\_PCode&CURRENT\_USER<>ATR\_PCode=None&bmHidden=CURRENT\_USER<>ATR\_cartState&CURRENT\_USER<>ATR\_cartState=group&bmFields=bmForm%2CbmFormID%2CbmUID%2CbmIsForm%2CbmPrevTemplate%2CbmText%2CbmImage%2CbmHidden&bmHash=0b24f83f9aeb3e1e8e99ca2ae0d7a53e4b5637ed&ReturnCSA.x=33&ReturnCSA.y=9"); and code for PostFormData is here private string PostFormData(string strFormData,string strPostURL) { try { bytData = Encoding.ASCII.GetBytes(strFormData); myWebReq = (HttpWebRequest)WebRequest.Create (strPostURL); myWebReq.Method = "POST"; myWebReq.KeepAlive = false; myWebReq.ContentType = "application/x-www-form- urlencoded"; myWebReq.ContentLength = bytData.Length; reqStream = myWebReq.GetRequestStream(); reqStream.Write(bytData, 0, bytData.Length); reqStream.Close(); HttpWebResponse myWebRspns = (HttpWebResponse) myWebReq.GetResponse(); srResult = new StreamReader(myWebRspns.GetResponseStream (), System.Text.Encoding.ASCII); strResponse = srResult.ReadToEnd(); srResult.Close(); return strResponse; } I don't know where i'm going wrong. Pls help

    ASP.NET csharp help java com question

  • Dropdown Selected Text
    S swissmiss86
    ASP.NET question help

  • Passing values using Image button instead of 'Submit' button
    S swissmiss86

    when you go to this page http://www1.sprintpcs.com/explore/coverage/CoverageOverview.jsp?ATR\_ExtraOne=Personal\_Wireless\_Plans\_Coverage and enter a zipcode and when u click the 'View coverage' image button, then you get the next page which shows whether you have coverage to the zipcode you entered. But i'm having problem when i do it through Csharp.Net. The problem is the zipcode value is not getting submitted through the image button. this is the final page where it displays whether it has coverage or not. http://www1.sprintpcs.com/explore/coverage/CoverageOverview.jsp?bmForm=SprintZipCodeToCSAComponentPlansFocus&bmFormID=1152889587027&bmUID=1152889587027&bmIsForm=true&bmPrevTemplate=explore%2Fcoverage%2FCoverageOverview.jsp&bmText=csaZip&csaZip=20171&bmImage=ShowPlans.x&bmImage=ShowPlans.y&bmImage=ReturnCSA.x&bmImage=ReturnCSA.y&bmHidden=FOLDER<>folder\_id&FOLDER<>folder\_id=1436777&bmHidden=CURRENT\_USER<>ATR\_SCID&CURRENT\_USER<>ATR\_SCID=ECOMM&bmHidden=CURRENT\_USER<>ATR\_PCode&CURRENT\_USER<>ATR\_PCode=None&bmHidden=CURRENT\_USER<>ATR\_cartState&CURRENT\_USER<>ATR\_cartState=group&bmFields=bmForm%2CbmFormID%2CbmUID%2CbmIsForm%2CbmPrevTemplate%2CbmText%2CbmImage%2CbmHidden&bmHash=84312c83205bfccaa4a01a0f0edbd2d4495bbd27&ReturnCSA.x=36&ReturnCSA.y=7 any help would be appreciated

    ASP.NET csharp help java com question

  • Screen scrape
    S swissmiss86

    I'm new to screen scrape. can anybody help me on how to screen scrape a web page

    Visual Basic 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