Hi guys,
New Year Wishes to all.
can anyone tell me how to create rss feeds and rss reader in c#.net. and how to display it in the browser.
Thanx in advance
User Profile
Collapse
-
RSS feeds
Hi guys,
Merry Christmas to all.
can anyone tell me how to create rss feeds and rss reader in c#.net. and how to display it in the browser.
Thanx in advance -
DotNetNuke
Hi,
I am making a website with DotNetNuke.can anyone help me to tell that how to use APIs with it.
Thanks in advance -
GridView
I have a form in which there is a GridView and a TextBox.For the GridView in the background i have set
[code=asp]
<asp:GridView ID="GridView1" runat="server" AutoGenerateCol umns="False">
<Columns>
<asp:TemplateFi eld HeaderText="Pag e Title">
<ItemTemplate >
<asp:LinkButt on ID="lk" Text='<%#Eval(" page_title")%>' CommandName="se lect"... -
Gridview
I have a form of Asp.net in which i have some fields like Name,Location,A ge etc. and a save button on it.Also i have a listbox on the same form.Whenever i enter the values of the fields and click on the save button,the records are stored in the database.but that particular field is not shown in the listbox at that time.when i close my application and again open it,it becomes available in the listbox.I want want that as soon as i click on the save... -
Stand Alone Applications
Hello Debasis,
Thanks for answering.Can you please explain in some more detail that why should we prefer ADO and not DAO... -
Stand Alone Applications
What should we prefer when writing stand alone Access Applications? DAO or ADO? Why? Thanks in advance... -
sessions
Hi,
I am facing problem with sessions.I have made a Web application in C#.net.On the login page i have set
session("uname" )=textbox1.text
session("upass" )=textbox2.text
where uname is the username and upass is the password.after logging in the user goes to the page (user.aspx).on the logout button of this page i have set,
session("uname" )=""
...Leave a comment:
-
Hi,Thanks for the reply.But this is still not working.and i m getting the same result again....Leave a comment:
-
Hi,
To get just todays date,try this one,
DateTime.Now.To ShortDateString ()Leave a comment:
-
sessions
Hi,
I am facing problem with sessions.I have made a Web application in C#.net.On the login page i have set
session("uname" )=textbox1.text
session("upass" )=textbox2.text
where uname is the username and upass is the password.after logging in the user goes to the page (user.aspx).on the logout button of this page i have set,
session("uname" )=""...
No activity results to display
Show More
Leave a comment: