Click here to Skip to main content
15,891,372 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to pass a parameter to windows application form the way we can do in a web form Pin
Naglaa Saeed7-Feb-09 21:53
Naglaa Saeed7-Feb-09 21:53 
AnswerRe: How to pass a parameter to windows application form the way we can do in a web form Pin
N a v a n e e t h8-Feb-09 4:08
N a v a n e e t h8-Feb-09 4:08 
AnswerRe: How to pass a parameter to windows application form the way we can do in a web form Pin
Christian Graus8-Feb-09 9:06
protectorChristian Graus8-Feb-09 9:06 
QuestionIIS page extension less don't work Pin
sepel7-Feb-09 21:14
sepel7-Feb-09 21:14 
AnswerRe: IIS page extension less don't work Pin
N a v a n e e t h8-Feb-09 4:05
N a v a n e e t h8-Feb-09 4:05 
AnswerRe: IIS page extension less don't work Pin
Ranjit Viswakumar8-Feb-09 5:34
Ranjit Viswakumar8-Feb-09 5:34 
AnswerRe: IIS page extension less don't work Pin
sepel10-Feb-09 18:54
sepel10-Feb-09 18:54 
QuestionDisplay the news - control Pin
radupopescu7777-Feb-09 8:34
radupopescu7777-Feb-09 8:34 
Hello,
VS2008-C#-linq
I'm trying to create a news system website. I have a table with 6 columns:
id-int | name -text | description -text | details - text | date - date | picture - image
I want it to look like this http://money.cnn.com/news/ - the first news on the site.
The picture in the right and in it's left: from up to bottom: name/date/description.
The description will be a hyperlink to a form where i will display the details.
I have managed to create an image object and fill it with the proper image. I don't know
how to do the rest: display everything in the order i want.

The code so far:

DataClasses1DataContext db = new DataClasses1DataContext();
var date = from c in db.test1s
select c;
foreach (test1 a in date)
{
Image Photo = new Image();
Photo.ImageUrl="Work.aspx?ID="+a.id;
}
where test1 is the table.
Can someone tell me how to do the rest?
AnswerRe: Display the news - control Pin
N a v a n e e t h7-Feb-09 16:26
N a v a n e e t h7-Feb-09 16:26 
QuestionInsert Code Snippets In .aspx Files Pin
Vautour7-Feb-09 5:55
Vautour7-Feb-09 5:55 
AnswerRe: Insert Code Snippets In .aspx Files Pin
vaghelabhavesh7-Feb-09 12:00
vaghelabhavesh7-Feb-09 12:00 
GeneralRe: Insert Code Snippets In .aspx Files Pin
Vautour8-Feb-09 23:20
Vautour8-Feb-09 23:20 
GeneralRe: Insert Code Snippets In .aspx Files Pin
vaghelabhavesh9-Feb-09 2:25
vaghelabhavesh9-Feb-09 2:25 
Question[Message Deleted] Pin
santoshwarpe7-Feb-09 5:39
santoshwarpe7-Feb-09 5:39 
AnswerRe: checkchar Pin
vaghelabhavesh7-Feb-09 11:32
vaghelabhavesh7-Feb-09 11:32 
QuestionApply CSS to all classes Pin
mehrdadc487-Feb-09 2:16
mehrdadc487-Feb-09 2:16 
AnswerRe: Apply CSS to all classes Pin
Ranjit Viswakumar7-Feb-09 11:12
Ranjit Viswakumar7-Feb-09 11:12 
AnswerRe: Apply CSS to all classes [modified] Pin
ZZTop7778-Feb-09 10:08
ZZTop7778-Feb-09 10:08 
AnswerRe: Apply CSS to all classes Pin
sepel9-Feb-09 4:48
sepel9-Feb-09 4:48 
QuestionHow to use functions in Crystal Report................ Pin
Abhi James7-Feb-09 1:49
Abhi James7-Feb-09 1:49 
AnswerRe: How to use functions in Crystal Report................ Pin
N a v a n e e t h7-Feb-09 2:33
N a v a n e e t h7-Feb-09 2:33 
AnswerRe: How to use functions in Crystal Report................ Pin
sepel9-Feb-09 4:51
sepel9-Feb-09 4:51 
Questionfor display preview detail in datalist Pin
narkhik7-Feb-09 1:41
narkhik7-Feb-09 1:41 
QuestionSearching through a paged ObjectDataSource Pin
JFord12347-Feb-09 0:51
JFord12347-Feb-09 0:51 
AnswerRe: Searching through a paged ObjectDataSource Pin
just3ala27-Feb-09 21:11
just3ala27-Feb-09 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.