Search:

Type: Posts; User: kuldevbhasin

Page 1 of 13 1 2 3 4

Search: Search took 0.13 seconds.

  1. Re: working with Tags (Keywords)

    sorry my bad. i should have put what i am working with.
    i got it working. posting it here just in case it may help someone.

    HTML


    <asp:TextBox ID="txttags" runat="server"...
  2. [RESOLVED] working with Tags (Keywords)

    hi
    i am working on a website wherein the user can save tags (Keywords) multiple tags separated by comma, against a product which can later be used for search. the user can have a max. of 50 tags...
  3. Replies
    0
    Views
    1,135

    Web API Giving Error

    hi
    i have been trying this for a week now but cant find any solution so putting here now.
    i have a Xamarin App which sends data to web api.
    now the prob is its giving me the below error :
    ...
  4. uploading Image from Xamarin Forms to Server

    hi
    i have a webservice running but say the webservice address is :
    estateservice.estate.com

    i can upload the image to the upload folder in this domain

    but my main application is in ...
  5. Replies
    1
    Views
    1,193

    VS 2010 Create Multi Level Menu

    hi i have a page which displays the menu from database it has 2 levels 1 main head and second action.
    but now i need to make 1 more level
    for e.g.
    Masters
    Attendance Related
    Daily...
  6. Replies
    6
    Views
    19,673

    Re: Not Getting Data From WebAPI

    hi. thankx a lot for the help.
    i got it working.
    1st i think the sequence should be same and secondly the problem was somewhere showing it in the listview
    took the data in variables and its...
  7. Replies
    6
    Views
    19,673

    Re: Not Getting Data From WebAPI

    jmcilhinney u r right its not giving the error on that line. it is showing the data what i changed more is the sequence in the WebAPI
    i changed it from :

    employeeData.Add(New ConsumerForLogin()...
  8. Replies
    6
    Views
    19,673

    Re: Not Getting Data From WebAPI

    i put a break point and after this line it gives me the error :

    Your app has entered a break state, but there is no code to show because all threads were executing external code (typically system...
  9. Replies
    6
    Views
    19,673

    Re: Not Getting Data From WebAPI

    hi thanks for pointing out the silly mistake i was doing
    for simplifying the things i changed the code in web api to (just to try out as i was getting an error) :


    Dim employeeData As...
  10. Replies
    6
    Views
    19,673

    Not Getting Data From WebAPI

    hi.
    i am working on xamarin and created a web api for data transfer but not getting any data in the xamarin form. The web api is showing data in postman on local server but in xamarin the response...
  11. Replies
    6
    Views
    6,789

    VS 2010 Re: Get and read JSON data

    thanks for ur guidance i got it working i asked the provider of the json data to remove the record count and that did the job. now with the same code above i am able to gather the data.

    but facing...
  12. Replies
    6
    Views
    6,789

    VS 2010 Re: Get and read JSON data

    got it working to some extend. changed from vs2010 to vs2017

    below is the code i have done:




    Dim json As String = "http://domainname/Clientapi/format_d_details"
  13. Replies
    6
    Views
    6,789

    VS 2010 Re: Get and read JSON data

    Thanks for ur quick response.

    but the prob. is as i said i am not able to use newtonsoft.json
    following is the msg. i am getting


    jobject is ambiguous in the namespace newtonsoft.json.linq...
  14. Replies
    6
    Views
    6,789

    VS 2010 Get and read JSON data

    hi
    i am using asp.net 2010
    i have a url from where i would be getting the json data
    i tried a lot of options but all are using
    Imports Newtonsoft.Json
    Imports Newtonsoft.Json.Linq

    but the...
  15. Replies
    1
    Views
    5,654

    Nav Bar not displaying 1 sub menu

    hi
    i have a side navbar menu which has 5 parent id i am trying to display a data driven menu.
    the 1st, 2nd, 4th and 5th parent id is showing the submenus but the 3rd one is not showing anything....
  16. Replies
    5
    Views
    4,301

    VS 2010 Re: ASP.Net Web App For Video Uploading

    Can u pls. guide me towards any link wherein i can understand how to convert the uploaded video as u mentioned? i searched but couldn't get it

    Thanks a lot
  17. Replies
    5
    Views
    4,301

    VS 2010 Re: ASP.Net Web App For Video Uploading

    thanks for ur reply.
    i too was thinking of making a mobile app but have no idea of it hence i did a web app.
  18. Replies
    5
    Views
    4,301

    VS 2010 Re: ASP.Net Web App For Video Uploading

    thanks for ur reply.
    i too was thinking of making a mobile app but have no idea of it hence i did a web app.
  19. Replies
    5
    Views
    4,301

    VS 2010 ASP.Net Web App For Video Uploading

    hi
    i have developed a web app ASP.net (VB) which the user uses to upload a video taken from the smartphone and will be uploaded and another web app to view the videos.

    now my prob. is most of the...
  20. Replies
    6
    Views
    1,427

    Re: [2008] Printing Via Windows CE

    no solution found so had dropped the project
  21. Replies
    11
    Views
    3,876

    VS 2010 Re: Convert Speech to text

    am still stuck at it.
  22. Replies
    11
    Views
    3,876

    VS 2010 Re: Convert Speech to text

    anyone to help me out pls
    i am open to developing an web or desktop app ...anything of the 2 is ok so pls. requesting u to guide pls
  23. Replies
    11
    Views
    3,876

    VS 2010 Re: Convert Speech to text

    thanks for ur reply.
    i am confused at using the Google API too ... where can i get the api key and how to use that ?
    i tried a lot but somehow it is not working at all using the google API i mean....
  24. Replies
    11
    Views
    3,876

    VS 2010 Re: Convert Speech to text

    anyone has any idea pls ??
  25. Replies
    11
    Views
    3,876

    VS 2010 Re: Convert Speech to text

    pls. dont say sorry... at least u replied and guided. if i didnt have marathi conversion then that would have done it i think. thanks
  26. Replies
    11
    Views
    3,876

    VS 2010 Re: Convert Speech to text

    thanks for ur reply. but it does not support indian language Marathi

    i need conversion of speech in indian languages i.e. Hindi and Marathi to text

    the major part of my speech conversion would...
  27. Replies
    11
    Views
    3,876

    VS 2010 Convert Speech to text

    hi
    i need to develop an app which converts speech to text.
    i need to convert english / hindi / marathi (Indian language) speech to text
    i tried an sample of google api but its paid and i could not...
  28. Replies
    0
    Views
    4,948

    VS 2010 Setting active tab

    hi i am using tabs to divide the data entry and make it easy



    <ul class="nav nav-tabs" role="tablist">
    <li class="active" runat="server"...
  29. VS 2010 Need to display video and maps in same data repeater

    hi i have a need for displaying the video uploaded and the location it was uploaded in but the prob. is even after trying a lot i cant show them in same data repeater

    i can use a grid or anything...
  30. VS 2010 Re: need summary for programatically generated columns in gridview

    thanks a lot KGComputers using ur idea i got to work it around here is the code thats working...posting the code just in case someone may find it useful



    Private Sub GetData(ByVal xToPrint...
  31. VS 2010 Re: need summary for programatically generated columns in gridview

    thanks for ur guidance. will try as ur suggestion and will get back with the result.
  32. VS 2010 need summary for programatically generated columns in gridview

    hi
    i have a report that needs to be generated from the deduction master i.e. there r n no. of deductions in the master and the report should show the deductions for the chqs. being drawn. till this...
  33. Replies
    1
    Views
    3,537

    VS 2010 Movement within a datagridview

    hi
    i have a datagridview which contains data from the database
    say the datagridview has the following rows:
    Abc 123
    Abc 231
    Ccc 313
    cdc 321
    ddd ceq etc.

    now when the user presses c he...
  34. Export Crystal Report PDF Problem - Unicode

    hi
    i am using VS2010 reports r using crystal reports.
    we need bi-lingual support for which i am using Arial Unicode MS
    the reports r displaying perfectly on the server but when i export it to pdf...
  35. Replies
    3
    Views
    1,414

    VS 2010 Re: Using AutoComplete ASP.net (VB)

    thanks for moving it to the right forum ...
  36. Replies
    3
    Views
    1,414

    VS 2010 Using AutoComplete ASP.net (VB)

    hi
    i want to use autocomplete in asp.net using vb

    i have to select budget head
    on selection of budget head the budget code and the budgettypecode should be displayed as per the selected item....
  37. Replies
    7
    Views
    4,951

    VS 2010 Re: Getting Geo Location

    thankx for ur reply.
    but my understanding (as per the documents and the limited knowledge i have) geolocation api extract the location from the address and further to show the location on the map.
  38. Replies
    7
    Views
    4,951

    VS 2010 Re: Getting Geo Location

    thanx a lot for ur quic response and guide.
    i am a lot confused i have gone through the geocoding service but the documentation says u can get the geo code out of the address provided for.

    where...
  39. Replies
    7
    Views
    4,951

    VS 2010 Getting Geo Location

    hi
    i need to develop a website which would run on an adroid tab.
    and whenever the user saves the data it should capture the longitude and latitude of the point where it is saved.

    no prob. at all...
  40. Replies
    2
    Views
    1,186

    VS 2010 Div Question

    hi
    first of all i dont know if i can explain what i need.

    i have created div as under


    <div id="Water" class="content_top">
    </div>
Results 1 to 40 of 490
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width