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
Favorite Tags

15 Posted Topics

Member Avatar for Jigs28

I have sql database with table Images, in that table there are 2 Columns ID (identity), DisplayImage (image). Table has 2 rows for first row i have written insert into Image values(1,'Libraries\Pictures\Lotus.jpg') and 2nd row as INSERT INTO [dbo].[Image] ([Id],Images) SELECT 2, (select * FROM OPENROWSET(BULK 'C:\Users\Public\Pictures\Sample Pictures\Tulips.jpg', SINGLE_BLOB) AS …

Member Avatar for LastMitch
0
219
Member Avatar for Jigs28

How to retrive Image from DB Using and handler and Embed that image in Email, so that in future if image in DB changes so it should not affect to image which has been Mailed earlier

Member Avatar for Jigs28
0
255
Member Avatar for Jigs28

Hello, How to show search results from Database **WITHOUT** Gridview. I am making property dealing site in which when user seraches the property the results should come on the webform **not** in a gridview control How can i acheive this???

Member Avatar for chunkbar
0
135
Member Avatar for Jigs28

I am creating a website where i want to send email notification of every website activity like Facebook How can i send automatic emails to logged in user? Thank You.

Member Avatar for GarryHillton
0
1K
Member Avatar for Jigs28

Hello, How to write Code into Hyperlink of datagridviewcell I have a datagridview which is connected to the database and data is coming from the database than how to write code inside the hyperlink???

Member Avatar for kvprajapati
0
94
Member Avatar for Jigs28

Hi, Please someone explain me what is viewstate and postback properties in simple words. I have sean many notes but still confused. Please explain with example and considering me as totaly new to IT (actually i am not). Please help i am very confused. Thank you.

Member Avatar for Jigs28
0
169
Member Avatar for Jigs28

Hi, I am confused between razor and asp.net coding. Asp.net code itself is a server side code so why it is said that razor code is server side embedding code for creating dynamic web pages? Normal asp.net code also runs at server side so what is the need for razor …

Member Avatar for internet_red
0
260
Member Avatar for Jigs28
Member Avatar for Jigs28

Hello, I have created project in c# and i want to use connection string stored in app.config file in all my form. I have wrote that connectionManager code but it gives different output (not proper output) and sometimes it gives exception what to do?

Member Avatar for mani-hellboy
0
274
Member Avatar for Jigs28

How to bind selected columns to datagridview at runtime. I have written select * from tableName. And result i have stored in DataTable dt. Now i want only selected columns to be displayed in datagridview at runtime. I dont want to bound gridview at designtime.

Member Avatar for Jigs28
0
517
Member Avatar for Jigs28

Hi, i have netbeans 6.0.1 but when i just creat a file it gives error even at the line which comes by default. For example @Remote or javax.ejb i have uninstalled and installed it again than to the previous installtion effects remains as it is.

Member Avatar for Jigs28
0
124
Member Avatar for Jigs28
Member Avatar for Momerath
0
1K
Member Avatar for Jigs28

Hello, how to set label location in top middle at run time according to the text length. For example i have one panel control of size 316,162 and one label at top it displays the security que from the database like what is your pet's name? Or who is your …

Member Avatar for Jigs28
0
252
Member Avatar for Jigs28

How to display data in datagridview starting from the record which we pass at runtime? In C# For example, there is 10 rows in a table. When i run the app i'll pass 5th record's value so it should show all data of table starting from 5th row.

Member Avatar for M.Waqas Aslam
0
214
Member Avatar for kerek2

Is there is any need to change |DataDirectory| wrtn in app.config file to any drive name like F: or C: becz geting connection string from config file sometimes it givs binding exception or sometimes it return inappropriate data. Normal manual connection string works fine. Wats the prob?

Member Avatar for Jigs28
0
154

The End.