Okay thanx alot, i'll read on that then. :D
User 9418896
Posts
-
Retrieving data from webapp database -
What is the Way to get Datebase?Sorry, can't help, i still do not understand your question.
-
How to Create Search Text Box in C#.Net like Google Search BoxYou would need to use javascript for that and on each keypress or keydown event post the data to the server to query your data from the database.
-
What is the Way to get Datebase?Please be more clear, you want to return all the data from your database and put it in an email but not as an attachment?
-
how do I create a pop up window in ASPX.CS?When you say popup i assume you mean a message box or an alert, well there is actually no way you can do that from the server(Unless you call the script from the server) side, the only way is for you to use javascript. I would advise you use jquery than the regular javascript alert. And also the popup won't work if javascript is disabled in the browser so if it's just messages you want to display i would advise you use labels.
-
Asp into HTML?It is not possible to change a dynamic website into a static one, i assume you chose asp because you have some server side code that you want to execute but if you are talking about changing your asp.net controls to simple html controls i would tell you that all asp controls are eventually rendered as html on the client side so there is really no point in changing it.
-
Retrieving data from webapp databaseSo basically in the mobile app i change the host name in the db connection to that of the website instead of using 'localhost' like i normally do. Is that what you are saying?
-
Retrieving data from webapp databaseHello, i plan on building a mobile app using html/javascript with mosync. The app needs to connect to an asp.net webapplication i have and retrieve data from it's database(Ms Sql Server 2012). I do not know if that is possible thus i am hoping someone can please shed some light on how i can do this.
-
Display Images from a database in a tile viewi want to retrieve images from a database and display them in a tiled view(at least three on a row) but i don't know how to go about that could someone please shed light on this for me?