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
K

kokilaB

@kokilaB
About
Posts
12
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Web service call to get Yahoomail contacts
    K kokilaB

    How to Call webservice of Yahoo to get the Contact list.. I have created the Application ID and i am able to get the token value.. I need help to get the Webservice Session ID (wssid) to call webservice.. the code is as follows: Dim auth As New Yahoo.Authentication("XXXXXXXXX-", "XXXXXXXXXX") Session("Auth") = auth Dim success As Boolean = False If Not Session("Auth") Is Nothing Then auth = DirectCast(Session("Auth"), Yahoo.Authentication) End If If (Not Request.QueryString("token") Is Nothing) _ AndAlso Request.QueryString("token").Length > 0 Then ' Make sure the call is valid If auth.IsValidSignedUrl(Request.Url) = True Then success = True ' Save the user token. It is valid for two weeks auth.Token = Request.QueryString("token")

    ASP.NET security help tutorial

  • grab contacts from Social network
    K kokilaB

    Thanks. Third party tools are available for this but i want to do it by own.. as you said i have to develop one for each site.. searching for the API or code to implement it. Till now i dint get any solution for this. So i posted here.. Thanks for your help.. Kokila

    ASP.NET sysadmin lounge

  • grab contacts from Social network
    K kokilaB

    Hi thanks for your reply.. Need to develop web application to grab the contacts from Facebook,gamil,myspace...site if the userID and password is given in application. Thanks Kokila

    ASP.NET sysadmin lounge

  • grab contacts from Social network
    K kokilaB

    Need to develop web application to grab the contacts from Facebook,gamil,myspace...site if the userID and password is given in application.

    ASP.NET sysadmin lounge

  • grab contacts from Social network
    K kokilaB

    Please give me some idea to grab the contacts from myspace,Linkedin account.

    ASP.NET sysadmin lounge

  • Language settings(Culture info)
    K kokilaB

    Calender control is showing the month names in some other language , Culture information was set with some other language, Can we change the settings?

    Visual Studio question

  • want to read a field line by line.
    K kokilaB

    Ya I got the result Dim a() As Char = {"" & Chr(10) & ""} ds = bl.GetStepDS(record(0)) Dim strtest As String = Nothing strtest = ds.Tables(0).Rows(0).Item(0).ToString() Dim strarray() As String = strtest.Split(a) You will get each line in array strarray. Thanks, Kokila

    Visual Basic help tutorial

  • want to read a field line by line.
    K kokilaB

    Thanks for your immediate help.. Storing the data is not through Program its from another DB. so i cant concenrate on insert part.. Kokila B

    Visual Basic help tutorial

  • want to read a field line by line.
    K kokilaB

    Hi, I having a column named Steps which has more than five steps in it with line break now i want to read it line by line. Example: Steps has the following data in one field. 1.Type the valid URL in the address bar. 2.Enter the valid Username in the username textbox. 3.Enter the valid Password in the password textbox. 4.click log in button. 5.click ok button. i need to read it as 1.Type the valid URL in the address bar. 2.Enter the valid Username in the username textbox. 3.Enter the valid Password in the password textbox. 4.click log in button. 5.click ok button. Can anybody help me please very urgent... kokila B

    Visual Basic help tutorial

  • Problem in Integer array in VB.net
    K kokilaB

    My code is like this to assign values to an integer array but i am getting an error like Object reference not set to an instance of an object... Dim StepNumber() As Integer = Nothing Dim Aindx As Integer = 0 ds = bl.GetStepDS(Session.Item("TestCase").ToString()) For Each record As DataRow In ds.Tables(0).Rows StepNumber(Aindx) = Aindx StepNameList(Aindx) = record.Item(0).ToString() Aindx = Aindx + 1 Next Can anybody please help me how to create and use Integer array? Thanks in advance

    Visual Basic help csharp data-structures tutorial

  • how to set ActiveViewIndex?
    K kokilaB

    I wrongly placed the code in page load. it should be in MyWizard.Init. Now its working. Thank you.:-D kokila B

    Visual Basic help wpf wcf tutorial question

  • how to set ActiveViewIndex?
    K kokilaB

    Hello Can anybody help me how to set ActiveViewIndex in Wizard control? I am getting this error while binding the wizard dynamically.. ActiveViewIndex is being set to '2'. It must be smaller than the current number of View controls '2'. For dynamically added views, make sure they are added before or in Page_PreInit event. Parameter name: value Thank in advance kokila

    Visual Basic help wpf wcf tutorial question
  • Login

  • Don't have an account? Register

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