Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

Blumen

@Blumen
About
Posts
380
Topics
112
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Best Smartphone
    B Blumen

    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.”

    The Lounge ios mobile question

  • Best Smartphone
    B Blumen

    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.”

    The Lounge ios mobile question

  • Who knew we all had such a deadly weapon
    B Blumen

    :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.”

    The Lounge com announcement

  • I think I have a problem- I do not know how to relax
    B Blumen

    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.”

    The Lounge com help tutorial

  • I think I have a problem- I do not know how to relax
    B 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.”

    The Lounge com help tutorial

  • GridView adds duplicate row on Page refresh
    B Blumen

    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.”

    ASP.NET css help question

  • GridView adds duplicate row on Page refresh
    B Blumen

    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.”

    ASP.NET css help question

  • Live media ASP.NET from website
    B Blumen

    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.”

    ASP.NET csharp asp-net adobe question

  • SharePoint Hosting providers
    B Blumen

    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.”

    The Lounge sharepoint hosting

  • JOTD 2
    B 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.”

    The Soapbox linux data-structures discussion

  • JOTD 3
    B Blumen

    :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.”

    The Soapbox question

  • Live media ASP.NET from website
    B Blumen

    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.”

    ASP.NET csharp asp-net adobe question

  • how to make discussion forums?
    B Blumen

    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.”

    ASP.NET help tutorial question discussion

  • System.Web.Services.Protocols.SoapException: Client Error - WindowsLiveSearchProvider
    B Blumen

    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[

    ASP.NET csharp html asp-net database wcf

  • Cross tab Crystal Report in Visual studio
    B Blumen

    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.”

    ASP.NET csharp database visual-studio sales help

  • Check 9 MSDN search redirects to Linux.org
    B Blumen

    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.”

    The Lounge com linux help question

  • Check 9 MSDN search redirects to Linux.org
    B Blumen

    Donno why :confused:

    “The thing for you is a burial permit. You have only to speak and I will see that you get it.”

    The Lounge com linux help question

  • Check 9 MSDN search redirects to Linux.org
    B Blumen

    :-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.”

    The Lounge com linux help question

  • Check 9 MSDN search redirects to Linux.org
    B Blumen

    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.”

    The Lounge com linux help question

  • DataGrid paging + SqlDataSource
    B Blumen

    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.”

    ASP.NET css question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups