Just wanted to know which phone people prefer to have and what they actually have :)
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Just wanted to know which phone people prefer to have and what they actually have :)
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Which according to you is the best smart phone? iPhone 4S, HTC Desire, Samsung Galaxy S, Nokia N8, HTC 7 etc
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
:laugh:
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Stay away from work.. Go to an unknown place and stay there for a few days..Switch off mobile phone. Never carry laptop, but carry a camera.
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
;)
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Thank you, I appreciate that. I was looking for less-code approach :)
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Hi, I have a GridView with a FormView on its EmptyDataTemplate so that user can insert a row initially. I provide controls on Footer so that user can add rows from within the GridView. I also use inline editing and deletion. Datasource is SqlDataSource. Problem is that when I refresh the page duplicate row is added with previous data in the grid footer controls. I tried many ways to avoid it, I tried
Page.IsValid
(it returns true!), I tried to check for
e.Command == "insert"
, that too is correct. Even the
TextBox.Text
has values though it is empty after a manual insert operation. What am I doing wrong here? Regards, Blumen
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
thank you, I'll check it out.
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
I din't find a forum for SharePoint, so I presume it can go here :) Could anybody suggest reliable SharePoint hosting providers; both shared and dedicated. Regards, Blumen
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
;)
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
:laugh: :thumbsup:
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Hi, What would be the best way to have live videos on an ASP.NET website? I have read that flash servers can do this. But what would be the alternatives? On of our client websites are in DNN and they inquired with us if this is possible. Regards, Blumen
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Try these: http://www.asp101.com/resources/asp101forum_netb1.5-munish.zip[^] http://www.yetanotherforum.net/[^] Test it in a dev environment before applying it on to Server. Regards, Blumen
“Last night I lay in bed looking up at the stars in the sky and I thought to myself, where the heck is the ceiling.”
Hi, I'm trying to use WindowsLiveSearchProvider for search in my ASP.NET website. I've configured proxy and AppId in the web.config.
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy bypassonlocal="True" proxyaddress="http://proxyServer:80"/>
</defaultProxy>
</system.net>
<microsoft.web.preview>
<search enabled="true">
<providers>
<add name="WindowsLiveSearchProvider" type="Microsoft.Web.Preview.Search.WindowsLiveSearchProvider, Microsoft.Web.Preview"
appID="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" siteDomainName="http://localhost:49781/" />
</providers>
</search>
<diagnostics enabled="true"/>
</microsoft.web.preview>
This is the html part:
<asp:GridView runat="server" ID="myGrid" datasourceid="mySource" AutoGenerateColumns="false">
<Columns>
<asp:BoundField HeaderText="Title" DataField="Title" />
<asp:BoundField HeaderText="Url" DataField="Url" />
<asp:BoundField HeaderText="Description" DataField="Description" />
</Columns>
</asp:GridView>
<asp:SearchDataSource ID="mySource" runat="server">
<SelectParameters>
<asp:ControlParameter Name="query" Type="String" ControlID="query" />
</SelectParameters>
</asp:SearchDataSource>
But when click on Search, I receive SoapException. This is the Stack Trace:
[SoapException: Client Error]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +431766
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
Microsoft.Web.Preview.com.msn.search.soap.MSNSearchService.Search(SearchRequest Request) +107
Microsoft.Web.Preview.Search.WindowsLiveSearchProvider.Search(SearchQuery searchQuery) +606
Microsoft.Web.Preview.Search.SearchService.Search(SearchQuery query) +264
Microsoft.Web.Preview.Search.SearchService.Search(String query) +85
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) +0
System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[
Hi, This is the report format I need in Crystal reports. I tried with Crosstabs, but it comes wierd. Also I do not know how to get the amounts listed in columns month wise, it depends on a date field in the DB table named purchase_due_date. The client requirement is that I need to display the result an year's data when he selects a date. So client would input a date. It is also better if I can let the user provide conversion values for various currencies. Could anyone help me out with this?
Invoice Amount in Local Currency
Customer
PO Number
PO Value
Apr 08
May 08
Jun 08
Jul 08
Aug 08
Sep 08
Oct 08
Nov 08
Dec 08
Year 2009 Onwards
Row Total(In Local Currency)
Green Constructions
PO567
$400
100
100
100
300
John's Pizza
PO987
Euro 1000
200
500
700
Column Tot in
Local Currency
100
200
100
500
100
1000
Cumulative Tot in
Local Currency
100
300
400
900
1000
Regards, Blumen
“The thing for you is a burial permit. You have only to speak and I will see that you get it.”
so someone has done html injection on a MSDN website, ok :doh:
“The thing for you is a burial permit. You have only to speak and I will see that you get it.”
Donno why :confused:
“The thing for you is a burial permit. You have only to speak and I will see that you get it.”
:-D But did you try to access that link?
“The thing for you is a burial permit. You have only to speak and I will see that you get it.”
http://channel9.msdn.com CLick on search and it takes you to linux.org Is this a problem with my PC?? :)
“The thing for you is a burial permit. You have only to speak and I will see that you get it.”
I was thinking about storing the search condition in ViewState, something similar to: http://www.eggheadcafe.com/tutorials/aspnet/c67c4daa-83c2-4baa-aea4-2c8855527acb/aspnet-gridview-filterin.aspx[^] I have lots of search criteria, its for a Resume management application. User can search resumes based on various criteria.
“The thing for you is a burial permit. You have only to speak and I will see that you get it.”