Web Forms :: Read RSS Dynamically Of Other Sites?
Mar 19, 2011how to Read Rss Dynamically of other Sites,Everytime the news wasupdated.Forexample, how I can Read,news other site alwaysautomatically get?
View 3 Replieshow to Read Rss Dynamically of other Sites,Everytime the news wasupdated.Forexample, how I can Read,news other site alwaysautomatically get?
View 3 Repliesi m not able to open certain sites from internet explorer 7.it is showing all sites as restricted .
View 12 RepliesI am interested in developing Web Parts that can be used in our ASP.NET sites
and our SharePoint sites. An example Web Part I have in mind is a Post Code (Zip Code) look up.- Visual Studio 2010 Premium- SharePoint Designer 2007- Windows 2003 Server (therefore WSS 3.0)- No SharePoint Server
I am dynamically adding the checkboxes in calender DayRender event. i need to read them on some other button click event on webpage.I need to read the checked checkboxes.
View 7 Replies<asp:GridView ID="GridView1" runat="server" >
<asp:TemplateField HeaderText="Token" SortExpression="Token" HeaderStyle-Width="100px">
<ItemTemplate>
</ItemTemplate>
</asp:TemplateField>
</asp:GridView>
update:
after i view the source code of the page thsi is what i see the id of a textbox that i have created dynamic.
ctl00_ContentPlaceHolder1_tabControl_tabUsers_MyControl1_gv_ctl02__token0_3
OnRowUpdating:
TextBox _token = gvOrg.Rows[e.RowIndex].Cells[7].FindControl("_token " + e.RowIndex + "_" + rowId) as TextBox;
Update end:
i am adding few textbox dynamic in OnRowDataBound and whe i try getting the value then i am getting null
here is my code:
[Code]....
way to read xml from a database and then dynamically render out the node name in text and the node value in a checkbox/textboxI want to be able to edit the values and then save it back to the database.I know that you can use serialize the xml to a class object but that only works when you know how the xml looks like.. if im not mistaken?
View 14 RepliesRead Receipt And Read Outlook Inbox for the same
View 2 Repliesiam c# learner and i know about c# a little but i can use just desing of asp.net not source cuz i didnot know asp.net tags well .will i get problem if i begin bulid web sites by using design and i build the below page and add some code to the button
View 2 RepliesIn application i want to get other site meta details like title keyword and description
there is text box in which user entred any url and on button click and want to get the meta detials of entered url
Our application is on NLB. Now we have functionality where administrator can upload the images, files that user can see. We have two serversserver1 and server2. We are having only one databaseIf user hits the website and NLB directs it to server1 then the uploaded images will get uploaded in server1 only. with the result if user hits the application and it will get redirect to Server2 he will see the data but no image.Platform :ASP.netWindows 2003 server
View 1 RepliesHow can we gather data from other site. One of the site has a search option, when we provide a value the related values are displayed. i have a list of 800 values for which i need the data. Is there a program or tool which i can use to automate this process. I have the list of inputs in excel and it is a one word code.
View 3 Repliesprovide me any source code of social networking sites in .net....
for my project........
or related source code such as orkut, face book, hi5 etc..
how to manage multiple sites on a session variable?
View 4 RepliesI want to be able to sync the footer-links on top level sites and subsites. Currently I have 7 links on top level site and 3 on a subsite and 2 on another sub site. How can I set up the code in my master page so the subsites will show the same footer-links as on the top level site. I know the code has Sharepoint controls in it but it is C#code in a master page. So the concept is still in .NET.Here is the code that I have so far, I am unsure about what should go in this line specifically in the code
[Code]....
Here is the rest of the code
[Code]....
[Code]....
We plan to develop a ASP.NET ( VS 2010 ) web site.We need to know if there are any ready made startup ASP.NET web sites so we can get them and adjust / upgrade according to our needs.
View 1 RepliesI want to create several websites on my domain, and I am wondering how to go about this in MVC? Should I put them all within one project, and create separate folders in each Views, Models and Controllers folder for each site, or would it be better to create a separate project for each site, although I'm not sure how I would integrate
View 5 RepliesIm working on a project where i will need to create sites programatically when a user completes a sign up process.
so basically if my main site is: www.mysite.com i will need to create subsites in the format of: www.username.mysite.com
where username is an option entered by the user in the signup process to designate a unique identifier for their site.
im working with VB.NET language.
I have a website that writes and reads data from a database.It will help me to read and write to the same database from a separate website.Do I have a problem with "collisions" or are the calls to the database completely separate ?
View 4 RepliesI am having some trouble getting a second site to work with SSL in IIS 6. The server is Windows Server 2003 Service Pack 2.
I am getting the error "IIS was unable to start the site, Another site may already be using the port you configured for this site. Please select an unused port"
Both sites have different IP address but are on port 443.
When I stop one - I can start the other. But cannot run both at the same time.
I have tried editing MetaBase.xml file as a workaround but the file seems to be readonly. When I go to save, I get prompted to create a file.
I have custom redirection implemented in a module. Do I have to modify each config for all sites or is there a more general approach?Also, I have files in App_Data for this module, which would cause replication.
View 1 RepliesThere is a website www.example.net and it has a Forum link on its home page which leads to forum.example.com/content.
I found out that the main site has been developed using the .NET Framework, and the forum has been built using PHP based vBulletin.
Are these two different domains? In other words, is the Forum some folder inside the Visual Studio Project www.example.net running as part of the ASP.NET website? Or is "forum.example.com/content a link to an altogether different website?
I have two websites that run on two different servers and they both both have their own asp membership databases. One is http:// and one is https://. Is it possible to create a way that a user can access both websites while only entering username and password once? Or if the user logs onto the https site can I then redirect to the http site and auto authenticate?
View 3 RepliesI want to be able to quickly deploy updates to a site that is fairly busy. For smaller sites I would just FTP the new files over the old ones. This one, however, has a few large dll's that regularly get updated and while they are copying the site is effectively down (plus there is the hassle of making backups of them in case something goes wrong.
My plan is to use TortoiseHg to synchronise with a staging copy on the server over FTP (using netdrive or something similar). I can then check all is running smoothly and once that is complete I would like to run a .bat file (or something else) that will create a backup of the live site (preferably only the files that are about to change, but that is not critical) and then copy the newly changed files over to the live site.
If possible I also want to have the copy ignore certain directories (like user uploads) so that it won't overwrite those files on the live site?
I've heard RoboCopy is the way to go but I'm not sure of where to start. Would I need to call 2 commands (1 for the initial backup and one for the copy)? Is there any way to restore the live site to it's previous state should something go wrong?
The site is in ASP.NET and would be copied to Windows 2003 server.
EDIT: It gets a little tricky when web.config items have changed and need to be merged so that the staging servers settings (appsettings, connection strings, etc) don't get deployed to the live site. How does that get handled?
i have some website with users that registered trought membership. I want to build another site (diffrent url, diffrent issue) but i want my user to use the same details (username, password, email etc) they are using the first site. is it possible to use the same aspnet_ tables in diffrent website?
View 3 RepliesI am looking to use an open source CMS/blog site like WordPress or Drupal. I need it to work with the ASP.NET Membership I already have running my current website and community site.
I am assuming I need to muck with (hand write) some cookies to pass back and forth. So how would/have you done it? I am looking for creative ideas on how to make this happen smoothly and securely.