Showing posts with label proc. Show all posts
Showing posts with label proc. Show all posts

Monday, March 26, 2012

Reg SQL Svr Enterprise Edtn 2005 Win32 English MVL 1 Proc

Hi,

I have purchased

SQL Svr Enterprise Edtn 2005 Win32 English MVL 1 Proc does it mean that its 32 bit software? and its 1 processor based license ?

Also will it run on HP DL580 G4/(1) Dual-Core 64-bit Intel? Xeon? 7110M Processor (2.60 GHz, 95 Watts, 800MHz FSB) successfully ?

Pls reply urgently

Thanks

Yes, that is a 32 bit version, evidenced by the designation [ Win32 ].

Yes, it is single processor, evidenced by the designation [ 1 Proc ].

It will run on 32 or 64 bit Windows Server.

Refreshing data in GridView

Hi,

I’m new to SQL Express, but I have created a table and a stored proc to populate it.

I have dragged the table into a form so I can view the data in a GridView.

I have added a button to add new rows to the table.

All the above works fine, except when I hit add, the data gets added, but the GridView doesn’t update and show the new data. Is there some code I can add to the add button that also refreshed the GridView?

Thanks

Mike

You can use Response.Redirect(yourpage.aspx)|||There was a mistake above. That should be Response.Redirect("yourpage.aspx")sql