Click here to Skip to main content
15,917,862 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCookies Pin
nidheeshkayal14-Jul-06 2:23
nidheeshkayal14-Jul-06 2:23 
AnswerRe: Cookies Pin
bluewavestrider14-Jul-06 5:59
bluewavestrider14-Jul-06 5:59 
GeneralRe: Cookies Pin
Brent Lamborn14-Jul-06 6:25
Brent Lamborn14-Jul-06 6:25 
QuestionHow do i play a part of the song using WindowsMediaPlayer object in a webpage? Pin
sai_akkina14-Jul-06 1:49
sai_akkina14-Jul-06 1:49 
AnswerRe: How do i play a part of the song using WindowsMediaPlayer object in a webpage? Pin
bluewavestrider14-Jul-06 6:02
bluewavestrider14-Jul-06 6:02 
AnswerRe: How do i play a part of the song using WindowsMediaPlayer object in a webpage? Pin
Brent Lamborn14-Jul-06 6:21
Brent Lamborn14-Jul-06 6:21 
Questionchanging from asp to asp.net Pin
lehya14-Jul-06 1:38
lehya14-Jul-06 1:38 
AnswerRe: changing from asp to asp.net Pin
Not Active14-Jul-06 2:19
mentorNot Active14-Jul-06 2:19 
AnswerRe: changing from asp to asp.net Pin
Jesse Squire14-Jul-06 2:28
Jesse Squire14-Jul-06 2:28 
GeneralRe: changing from asp to asp.net Pin
lehya14-Jul-06 2:46
lehya14-Jul-06 2:46 
GeneralRe: changing from asp to asp.net Pin
Brent Lamborn14-Jul-06 4:48
Brent Lamborn14-Jul-06 4:48 
QuestionAsp.net Validator Pin
user556914-Jul-06 1:10
user556914-Jul-06 1:10 
AnswerRe: Asp.net Validator Pin
Jakob Farian Krarup14-Jul-06 1:48
Jakob Farian Krarup14-Jul-06 1:48 
GeneralRe: Asp.net Validator Pin
user556914-Jul-06 4:09
user556914-Jul-06 4:09 
QuestionFtp over SSL........Getting Problem.... Pin
manish2414-Jul-06 1:08
manish2414-Jul-06 1:08 
QuestionSiberx Pdf Library for pdf Pin
Amit Agarrwal14-Jul-06 1:06
Amit Agarrwal14-Jul-06 1:06 
Hello
I'm Using Siberx Pdf Library for pdf document.

i'm using following code for it but it is not displaying anything
plz tell me where i'm doing anything wrong.


Dim pdfDocument As Siberix.PDF.Document = New Siberix.PDF.Document
        Dim pdfPage As Siberix.PDF.Page = pdfDocument.Pages.AddPage(612, 792)

        pdfDocument.Info.Title = "Info section"
        pdfDocument.Info.Subject = "Info section example"
        pdfDocument.Info.Author = "Siberix Technologies, Canada"
        pdfDocument.Info.Creator = "Siberix PDF Library"
        pdfDocument.Info.Keywords = "Siberix, PDF"

        pdfDocument.Info.AddProperty("Name", "Alex")
        pdfDocument.Info.AddProperty("Birthday", "01/27/1975")
        pdfDocument.Info.AddProperty("SIN", "123 456 789")

        pdfPage.Graphics.Font = New Font("Impact", 20)
        pdfPage.Graphics.Brush = New SolidBrush(Color.Green)
        pdfPage.Graphics.DrawString(10, 10, "Text")

        pdfPage.Graphics.Font = New Font("Impact", 35)
        pdfPage.Graphics.Brush = New SolidBrush(Color.FromArgb(134, 155, 217))
        pdfPage.Graphics.DrawString(10, 10, "Hello ")
        pdfPage.Graphics.Flush()


thanx
QuestionSession State variables within UserControls [modified] Pin
Travis D. Mathison14-Jul-06 0:22
Travis D. Mathison14-Jul-06 0:22 
AnswerRe: Session State variables within UserControls Pin
Guffa14-Jul-06 2:02
Guffa14-Jul-06 2:02 
AnswerRe: Session State variables within UserControls Pin
bluewavestrider14-Jul-06 6:06
bluewavestrider14-Jul-06 6:06 
QuestionProbmem Inside vb.net1.1 [modified] Pin
amaneet14-Jul-06 0:08
amaneet14-Jul-06 0:08 
QuestionEditItemTemplate in vb.net 1.1 Pin
amaneet13-Jul-06 23:47
amaneet13-Jul-06 23:47 
AnswerRe: EditItemTemplate in vb.net 1.1 Pin
mnaveed14-Jul-06 1:05
mnaveed14-Jul-06 1:05 
GeneralRe: EditItemTemplate in vb.net 1.1 Pin
amaneet14-Jul-06 1:37
amaneet14-Jul-06 1:37 
GeneralRe: EditItemTemplate in vb.net 1.1 Pin
mnaveed14-Jul-06 2:51
mnaveed14-Jul-06 2:51 
GeneralRe: EditItemTemplate in vb.net 1.1 Pin
amaneet14-Jul-06 3:05
amaneet14-Jul-06 3:05 

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.