Search results for query: *

  1. J

    Resolved how to load offline google maps and marking of maps and saving it in database

    Hi, i am new to ASP.NET and i want to mark offline google satellite map and then want to store it in SQL server database. I have watched some youtube videos where I learn how to load google map using lat/lng with an internet connection. now i want to have an offline map and then be able to...
  2. J

    understanding IsPostBack property

    Hi there, I need to use IsPostBack Property on my web site but I have understanding issues with it. now after exploring the web, I found that the ist page is loaded as get request but when I click again on the link of the same page so this will be a postback. so what I did is to put IsPostBack...
  3. J

    when i fire insert query i get SqlException

    I did it. what I needed at that time that how to print the detailed exception which I found and apply and then it told me that the size of the one of tables field cant hold more then 50 char so increase that and all are fine
  4. J

    when i fire insert query i get SqlException

    Well, I have changed the browser and it worked. I was using chrome and now used Edge but I didn't really understand why. please comment
  5. J

    when i fire insert query i get SqlException

    Hi , I am new to this forum and new to C# web programming. I am developing LMS (Library Management system) using SQL Server and Visual Studio ver 16. I have an issue with the insertion of data into the database. the same code I used in other pages and work perfectly. put hardcoded values in...
Back
Top Bottom