I have implemented Google Map in my asp.net website using .net framework 4.0. Its working very well. But the problem is that my web space doesn't support .net 4.0 So, i need to know how i can make this Google Map using .net framework 2.0 I tried many things but didn't succeeded Please help me out of it! Thanks
lalit14
Posts
-
Google Map in asp.net -
How to access windows application through website?Thanks Prakash for replying. and as i said that i am new to this. So i dont know how to use flash or silverlight. isnt there anyother way or isnt that possible they way i wanted in first post?
-
How to access windows application through website?Hello all I am new to programming. I need your help. Here is the problem- Suppose i have a tic tac toe game and a webpage, the webpage have a link, the thing i want is When user click that link, the tic tac toe game should run? Please help me out Thanks
-
Master Page- Double Click on ur button, u will get .cs file 2) after that write below code TextBox1.Text = "U Have pressed a button"; I Hope it will work for u Regards Lalit Manik
-
database connection problemTemme 1 thing, the account from which u logged in to Ur computer have rights to access the SQl?
-
database connection problemTry "Integrated Security=false" and the above code i have given... i Hope it will work Regards Lalit Manik
-
database connection problemSqlConnection con = new SqlConnection("Data source=COMPUTER\\SQLEXPRESS;initial catalog=Kisiler;integrated security=True**; User id=sa; Password=123456**"); Use this. but do remember to type ur userid and password Regards Lalit Manik
-
Creating Hyperlink and fetching by fetching data from databaseHey Thanks to both But suppose in DB there r 20 entries then for this i have to create 20 LinkButtons or Hyperlinks..... So it will get complicated. 1) I want to do is that first we write coding for calculating the number of entries in Db table. 2) Then corresponds to that entries, it will generate that number of link buttons.. Isnt it?
-
Creating Hyperlink and fetching by fetching data from databaseI m Developing website..... In website, i have to update Latest News .... For this, i created a table in database and i have field News Heading and News Path(Path means web Address)..................... What i have to do is to fetch "News Heading" from database and have to display it on the webpage, and "News Heading" must act like hyperlink, and it will take webaddress from database ...... I hope you got what m trying to say......!! Thanks in Advance Regards Lalit Manik
-
How to append tables?Ya database tables but i want to append them with C# Coding not in SQl or MS Access
-
How to append tables?I want to add two tables row-wise using APPEND. i dont know about it. Please help me for this......!! Thanks in Advance
-
Problem related to gridThanks dude its working....!!
-
Problem related to gridNothing clicking in my mind, what code to write in it?
-
Problem related to gridI have a grid and some textboxes Grid have data from database and i added a EDIT button with fields. The thing i want is----> Whenever i click on edit button the data associated with it will get display in textbox. I hope u all got what i want. Thanks in advance.
-
How to retrieve data from databaseThanks...............!!
-
How to retrieve data from databaseand I want to put that data in DropDownlist without using data source
-
How to retrieve data from databaseI want to retrive data from SQL database using C#. and i want to put that data in DropDownList. How can i do this????? Please Help me. Thanks In advance.......!!
-
Simple Problem but tough for meHey thanks ........... I solved my problem. Nice site, and nice members too. Once again Thanks
-
Simple Problem but tough for meabove code i hav written in default.aspx.cs file
-
Simple Problem but tough for meI wrote this below code but nothing is working. protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { TextBox1.Text = DropDownList1.Text; }