Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:111220
More Search Options
RSS Available
Matching Posts
Re: Reload Frame from a popup
in javascript: var frm = window.opener.parent.frames["frameId"]; frm.location.href = frm.location.href;
Posted to
Client Side Web Development
(Forum)
by
luber
on 5/17/2008
Re: Marking location of injury on body image
use image map: http://www.frankmanno.com/ideas/css-imagemap/index_js.html
Posted to
Client Side Web Development
(Forum)
by
luber
on 5/17/2008
Re: refresh parent page after closing child page
close pop-up - refresh parent
Posted to
Client Side Web Development
(Forum)
by
luber
on 5/17/2008
Re: keep track of session when the user closes browser
session_end will be called anyway after the timeout (default 20 min) anyway see the following example: http://blogs.x2line.com/al/archive/2004/09/15/561.aspx
Posted to
Web Forms
(Forum)
by
luber
on 9/18/2004
Re: NULLs
no, nulls are the same char(50) is the actual string + spaces (the whole length is 50) it has nothing to do with what we are talking about here
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
luber
on 9/18/2004
Re: Data type for memo in Ms SQL 7
it is ok for database. If you want to put such a string on the asp.net page and make new row each time when the user pressed enter you can use something like this: select replace(myfield, char(13), '<br>') as formatedfield from mytable
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
luber
on 9/18/2004
Re: Get size of a table/query
it is not good way. You can just have clientid in each row in the tables (and/or separate clients table) and count rows each client has (anyway counting rows)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
luber
on 9/18/2004
Re: Displaying rows by month
you need to use just simple order by this datetime field if I understand your question
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
luber
on 9/18/2004
Re: Can I have Exec(...) statements within a transcation ?
sure, exec statements will work, but your syntax is not correct, it should be like this: begin tran statement1 if (@@error <> 0) begin rollback tran return end statement2 if (@@error <> 0) begin rollback tran return end commit tran
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
luber
on 9/18/2004
Re: loading bulk data frorm textfile
you can do it easily via export/import data dts wizard (right click >> import data)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
luber
on 9/18/2004
Page 1 of 10 (96 items) 1
2
3
4
5
Next >
...
Last »
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
Channel 10:
30% off Expression Web 3 until Dec 28th
ASP.NET:
Live Preview jQuery Plugin
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online