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:816800
More Search Options
RSS Available
Matching Posts
Re: How do I do this using LINQ
Hi sabarishbabu, Please try the below code... var Query = from obj in dContext.tblName select new { obj.SNoRes_idRes_Name, obj.Date, Value = obj.Date == 'some_date' ? 0 : obj.Value }; Hope this helps.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
kashmirindotnet
on 12/10/2009
Re: LINQ Wildcards
Hi nanite2000, You can set the value of myString to an empty string to fetch all the records. Setting myString to an empty string: myString=""; or, myString=string.Empty; Hope this helps...
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
kashmirindotnet
on 8/3/2009
Re: Cannot add an entity that already exists.
[quote user="imperialx"] Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim db As personalDataContext = New personalDataContext Dim p As New personal For i = 0 To 3 - 1 p.name = "Mick" p.number = "01213" p.picture = "image/image.jpg" db.personals.InsertOnSubmit(p) db.SubmitChanges() Next End Sub [/quote] Hi imperialx, From your code, it seems you are using the same entity of personal again and again to
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
kashmirindotnet
on 7/13/2009
Re: Modalpopup
Hi Imran Ahmad, To open a model popup window, you can use window.moveTo(X,Y), where X and Y are the co-ordinates where you want to display modal pop-up. To open an Ajax ModalPopupExtender, you can set X and y properties of ModalPopupExtender. <cc1:ModalPopupExtender ID= "mpe" runat= "server" Enabled= "True" TargetControlID= "btn" PopupControlID= "pnl" X= "100" Y= "100" > Hope this helps...
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
kashmirindotnet
on 5/26/2009
Re: How to pass a stream to System.Data.Linq.Binary field in LINQ?
Thankyou very much David Qian... It was really helpful.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
kashmirindotnet
on 2/5/2009
Re: Not Closing A Modal Popup
Hi moisescujardo , Please call mpeSurveyDetails.Show() on click event of both butons other than btnCancelResponse Hope this helps...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
kashmirindotnet
on 1/30/2009
Re: Locale for calendar
Hi ktlau859, [quote user="ktlau859"]2. you mentioned I can set my SQL server to achieve the objective...that's interesting.. can you tell me how?[/quote] You don't have to set the SQL server format... I was telling about your web server... Nevermind about changing the webserver format... you can achieve it by adding the culture info in your web.config file... Please add the below code to web config file... <system.web> <globalization culture="en-GB" /> <
Posted to
Localization
(Forum)
by
kashmirindotnet
on 1/16/2009
Re: RegisterClientScriptBlock issue
Hi helixpoint, Please replace your code with this... ScriptManager .RegisterClientScriptBlock(updatePanela, updatePanela.GetType(), "orders" , "window.open('Refund.aspx?OrderID=" + HiddenOrderID.Value + "&orderIds=" + orderIds + "','newWin','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');" , true ); Hope this helps...
Posted to
Web Forms
(Forum)
by
kashmirindotnet
on 1/14/2009
Re: Hai tahir
Hi You can post your queries here , inside a valid group... E.g, queries related to Web Forms goes here . Hope this helps...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
kashmirindotnet
on 1/12/2009
Re: modal pop up validation
Hi harmonus, Keep all the controls(you want to validate) on your main form under one validation group... i.e, set the ValidationGroup property of all controls same as to the ValidationGroup property of the submit button. You can also set the property CausesValidation of the submit button to false ... Hope this helps...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
kashmirindotnet
on 1/12/2009
Page 1 of 17 (165 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online