Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached

5 Posted Topics

Member Avatar for triptikumbhat@g

Hi, M Tripti. m a fresher in dot net field. currently working on windows application. i found that it is a good community to solve probs for[B] freshers[/B]. do u all agree with me...? Reply pls.....with ur suggestions.

Member Avatar for firzakhan155
0
56
Member Avatar for preeti anand
Member Avatar for triptikumbhat@g

Hi All, I have a excel sheet of 60 columns when i exported it into pdf, then it was exported with all data. but i want to increase the width of pdf page. bcoz my table was shrink on pdf.... I added iTextSharp in my library. [CODE] iTextSharp.text.pdf.PdfPTable mainTable = …

0
45
Member Avatar for zifina

Hi All, I m also facing problem something like this. I have a excel sheet of 60 columns when i exported it into pdf, then it was exported with all data. but i want to increase the width of pdf page. bcoz my table was shrink on pdf....any sol?

Member Avatar for triptikumbhat@g
0
119
Member Avatar for GLT

ALTER PROCEDURE insert_column -- Add the parameters for the stored procedure here @columnname as VARCHAR(max), @datatype as VARCHAR (max) AS DECLARE @SQL nvarchar(500) DECLARE @Colm nvarchar(50) DECLARE @type nvarchar(50) SET @Colm = @columnname SET @type = @datatype SET @SQL = 'ALTER TABLE test ADD '+@colm+' '+@type+' DEFAULT 0' EXEC sp_executesql …

Member Avatar for triptikumbhat@g
0
5K

The End.