Web Forms :: How To Connect To MongoDB
Apr 6, 2014I am trying to connect MongoDB with ASP.Net. What are the steps to do so?
View 1 RepliesI am trying to connect MongoDB with ASP.Net. What are the steps to do so?
View 1 RepliesI'm looking for hosting that provides both asp.net (prefer .net 4) and MongoDB. Anyone know any providers?
View 1 RepliesI am new to MongoDB and have a perfect place in mind to use it. However, it's only worth it if I can make the queries from JavaScript and return JSON.
What's the easiest way I can implement a generic service/handler in asp.net/c# that would allow me to interact with mongodb via JavaScript? I understand JavaScript can't call mongodb directly, so the next best thing is what I'm looking for.
i want to conncet to rss orignal website if connect is successfully write the rss to xml file and read from orignal website ,else connect failed read xml file (last information in rss original website) and show it how can do it .
View 1 Replieshow to add and connect iis5.1 and how to add web config..
View 2 Repliesi have two dropdown lists and i would like if i select lets say "1" the second list returns "A""B" but instead it returns "A" how to make the second list display A"B when i select "1" from the first list.
View 12 RepliesIn IIS i have a website Web1 and Web2 .Web1 is working fine.in web 2 i tried redirect to URL option.but it is not working now my reqirement is
1.If i type www.web2.com then the web1.com should come and in the browser address should be web2.com
2.if i type www.web1.com ,then the address should be web2.com and web1 should come.
im trying to connect a loginname to a data base so when ever a button is pressed the name in the loginname is inserted into the database i tried this code but didnt work :
[Code]....
how can i do that
start with database connectivity and web form, i have created a simple web form like user name with email address, i just want to maintain a database for it.
View 1 RepliesI am trying to connect a Treview to a sql table. I have a class to handle the data.
I do not know how to link that to a Treeview. Only options 2 get are XML File or Site Map.
i have a issue that i can't get it to work i have a first page of a website and the page have several button (login, search, newsletterdignup) next to each button there is a textbox to write the data i want to be able to assign each button to the correct box when i press "enter" key in my keyboard for exmple if i type something in search box and press "enter" on my ketboard (what most pepole do when they search something ) i want it to triger the search button onclick event or if i am typing the user name and the password and click "enter" key in my keyboard i want to trigger the onclick event under the login button.
View 4 RepliesI've returned again to my problem of trying to connect to the SQL database on my website from a Windows forms application. I had some success but then I was playing around with some things and deleting stuff etc to see what would happen. I deleted the Database that I successfully connected to and added a new database for reasons I won't go into. Now when I try to connect to the new database I don't have success.
View 39 Repliesi am making a simple login page in asp.net using c#. I didnt want to use the Login control available. how am i suppose to connect to the database which will store the information about the user id and password. And then will redirect me to a new page.
View 5 RepliesHow to i connect Asp.net menu Control with Database?
means i update the database menu is automatically updated
I need to integrate msn messenger connect in my existing application.
View 1 Replieshow to link simple textbox or labelbox to a database instead of data grid ,form view etc.. like v do in vb.net or vb6. i beleiev we have to use oledb
View 2 RepliesHow to create API in .aspx page(i.e my .aspx page should be act as API) with c# language. This API should access data from SQL server and other .aspx should be able to access it.
View 1 RepliesThis is Table Download in database
Id
DownLoadTitle
Url
DownloadToken
ExpiryDate
Hits
ExpireAfterDownload
Downloaded
and below is code that connect to this database
string downloadtoken = Page.RouteData.Values["downloadtoken"].ToString();
DownloadsDbEntities db = new DownloadsDbEntities();
var data = from d in db.Downloads
where d.DownloadToken == downloadtoken
select d;
Download obj = data.SingleOrDefault();
[Code] ....
But in above code I don't know how it call table from database I never seen this kind of code it doesn't connect to database
I want above code but connect to sql and read table Download from database in sql server. How I can do it?
how to connect to multiple database?
View 1 RepliesI am looking to connect to our mail server and process attachment. The attachments are plain text files. Any DLL / API for this. We have sun communication express.
View 3 RepliesI am using MS Visual Web Developer 2010 express and i am just new..
can someone tells me how to connect textbox, combobox, radio through "save" button to mdf or sql server.. anyone who can guide me?
Name: "textbox1"
Last Name: "textbox2"
and other combobox or radio etc.
When I press f5 to run my website a prompt message appears displaying unable to connect to asp.net development server. I have tried to restart vs 2010 but that did not work...
View 1 RepliesI have a simple web form with controls such as test boxes, radio buttons, etc. I also have an empty SQL database created from within Visual Studio Express 2010, in the same project. I want to be able to open the web form, enter text, for example, in a text box, and have it saved in the corresponding field in the database. Ditto with the choice I make from a Radio List box, etc. Is there a simple way of connecting a control on a form with a field in the SQL database? I've tried a number of ways but can't seem to do it, though I realise it must be simple. I also think the control need to be in data entry mode, if there is such a thing, rather than automatically looking for data within the database to display (there is none). I'm new to SQL server and ASP.NET in general, though I've been through a lot of the excellent video tutorials etc.
View 8 RepliesIn some sites specially online shops, users can pay from thier bank account or cridit card.how can we implement online payment. what is the proccess of online payment? is there any API or Dll for this.
View 4 RepliesI have a table which contains 2 lables,1 checkbox and i1 image.how to connect this to a list view.how to write Eval code in the Text property of list view.
View 3 Replies