Search:

Type: Posts; User: bharanidharanit

Page 1 of 13 1 2 3 4

Search: Search took 0.05 seconds.

  1. VS 2010 Customizing SimpleMembership Provider

    I am using simple membership provider in mvc4 application and I can see five tables generated for that. In that i can see username and password are stored on different tables. I want to save username...
  2. Replies
    0
    Views
    4,731

    VS 2010 Excel Not Rendering base64 image

    I used the below code to export content and image to excel, the data is rendering in excel but not an image(excel is not rendering base64 image). Any ideas to export image as well with this...
  3. Replies
    0
    Views
    1,701

    Beginning Webservice with Joomla 2.5

    I am new to joomla 2.5. I need to design application which is to be used by STB(SET TOP BOX) or TV Application. Is it possible to use below features with Joomla 2.5 ?

    1. Authenticate users where...
  4. Replies
    0
    Views
    1,193

    PDO Output Parameter Problem

    Hi,
    I am using this SP, am getting both the result when using mysql workbench.

    CREATE PROCEDURE SP(IN _start INT,IN _end INT,INOUT _count INT)
    BEGIN

    SET _count = (SELECT COUNT(*) FROM...
  5. Re: Inheriting CSS and Scripts to Iframe

    hi thanks resolved.
  6. [RESOLVED] Inheriting CSS and Scripts to Iframe

    Hi,
    I am inheriting css and scripts from parent window to iframe. CSS Working perfectly but the script doesn't work wats wrong with it ?



    var linkText;
    var jqScript;
    var veScript;
    var...
  7. Finding Controls inside row with rowindex

    Hi,
    How to find control inside row of selected rowindex. Here when i select first row, class must be toggled with tat row only.


    $("td.Normal").hide();
    $("td.Edit").show



    <table>
  8. Replies
    1
    Views
    829

    Help Creating Master Page

    Hi,
    I like 2 create as such in asp.net. I use this code, but actually i need to get real working of asp.net master page. I only want to refresh content page. Is this possible? Any ideas ?


    <div...
  9. Replies
    0
    Views
    326

    Column Reference Help in mysql db

    Hi,
    I am desingning a table for tracking profile. Every user have basic profile and based on the type of user their detailed profiles are stored in different tables like profile1,profile2.
    Where to...
  10. Replies
    3
    Views
    1,128

    VS 2010 Re: Checking Condition SQLDataSource

    ya, thankyou actually i need to check with condition from the database. There are only 2 properties like DataTextField and DataValueField. How to check from the dataset or datareader tat s from the...
  11. Replies
    3
    Views
    1,128

    VS 2010 Checking Condition SQLDataSource

    Hi,
    I am binding Dropdownlist from sqldatasource. Is it possible to check conditions with Dropdownlist on each item bound, based on the select command.

    <asp:DropDownList ID="DropDownList1"...
  12. Replies
    3
    Views
    1,046

    VS 2010 Re: Database Connection String

    Hi thankyou,
    I need to create a sample form where to need to fetch records from database into gridview and save records to database from forms objects.
    Where do i need to start with ?
    In asp.net...
  13. Replies
    3
    Views
    1,046

    VS 2010 Database Connection String

    Hi,
    How to use Connection string with VS 2010 during form design ?
    Actually i added database through Data -> Add new Data Sources.
    And When i publish the project How to publish database too ?

    ...
  14. VS 2010 Re: Accessing Dynamically Created Controls from Javascript

    ya thanks, i wil try that. Do u hav any examples ?
  15. VS 2010 Accessing Dynamically Created Controls from Javascript

    Hi,
    I am dynamically creating controls from javascript. Now i want to access this is server side.
    I assigned all the control values from dynamically created controls to hidden field and acccessed...
  16. Replies
    1
    Views
    1,223

    VS 2010 Viewstate for tab container

    Hi,
    In tabcontainer there are 4 tabs, for which controls are added dynamically from another button click event.. So now when i change the activetab index the controls are getting vanished. Is it...
  17. Replies
    0
    Views
    871

    VS 2010 Animated Menu

    Hi,
    I would like to build a menu as such in link.
    Animated Menu

    Is it possible to develop menu like that with menu control in asp.net ?
    Any ideas ?
  18. VS 2010 Dynamically Created Butttons event not firing

    Hi,
    I got a problem with dynamic created buttons in asp.net. I am adding Linkbutton with command argument inside the panel on button click. After the Linkbutton has been added when i click it, those...
  19. Transaction Log with sql server 2008

    hi,
    I have several number of user login with my sql server 2008.
    Can i able to track what are all the users transacting with sql server like selecting,inserting,deleting,updating etc. with...
  20. VS 2008 Re: Changing default database in ASP.NET Membership provider

    Hi,
    I changed the database and configured my custom provider in web.config file like this


    <configuration>
    <connectionStrings>
    <add name="SqlServices"
    ...
  21. Replies
    2
    Views
    1,651

    Web Usage Mining with PHP

    Hi,
    I would to get data from the client browser for the content they had searched, typed urls etc. initially when the php page loads for personalization.
    Is that possible ?
  22. Replies
    1
    Views
    826

    Fuzzy Logic with ecommerce

    Hi,
    I would like to develop ecommerce site using fuzzy logic. Any ideas? Where to start with? got confused in writing rules for it and implementing the filtering concept based on the user visit.
  23. Replies
    3
    Views
    636

    Re: Select Table Problem

    Yes i am using Schema
  24. Inserting Values with Identity and Delete columns

    Hi,
    I need to create a procedure.
    I have table A,B,C
    I inserted a row in table A and deleted some rows in table B.
    Now I want rows to be inserted in table C with @@identity(from table A) and...
  25. Replies
    0
    Views
    436

    Knowledge Base with PHP

    Hi,
    I am implementing eTourism with php. It need to map users with their requirements and needs to display information according to them(corresponding to their age, interests). And it must be...
  26. Replies
    3
    Views
    636

    Select Table Problem

    I am using Microsoft SQL Server 2008 Management Studio. The tables are only getting selected with this



    select * from [database].[user].[tablename]


    But saying no object error with this
  27. Replies
    0
    Views
    313

    Form application with openbase

    Hi,
    How to create form application with openbase? I just know to create single form with subform. But i want the form with menu, hyperlinks, etc.
    So when i click on each hyperlink i should be able...
  28. Replies
    6
    Views
    1,780

    VS 2010 Re: ASP.NET Menu Control Help

    No am not using any other css
  29. Replies
    6
    Views
    1,780

    VS 2010 Re: ASP.NET Menu Control Help

    Here's My Coding,
    Now even static selected class are also not getting applied


    <div id="Menu">
    <asp:SiteMapDataSource ID="MySiteMap" runat="server" showStartingNode="false"/>
    <asp:Menu...
  30. Replies
    6
    Views
    1,780

    VS 2010 ASP.NET Menu Control Help

    Hi,
    i am using Menu Control binded from Sitemap. I apply style(background-color) for Static Selected and Dynamic Selected Class. Now when i select the child item it is only getting highlighted. But...
  31. VS 2010 Re: [RESOLVED] How to upload HttpResponse Created with Asp.NET

    hi thankyou i would look into that.
  32. Replies
    5
    Views
    1,861

    VS 2010 Re: Sitemap Navigation Problem

    hi, thankyou,
    Actually i meant,

    <siteMapNode>
    <siteMapNode url="admin.aspx" title="Admin" roles="admin" description="" />
    </siteMapNode>
    I specified this menu link only for admin, but...
  33. Replies
    5
    Views
    1,861

    VS 2010 Re: Sitemap Navigation Problem

    Hi thankyou, Actually with my code i am binding menu from sitemap, all the menu items are displayed to users of all roles, even those menu are not listed for those roles.
  34. Replies
    5
    Views
    1,861

    VS 2010 Sitemap Navigation Problem

    Hi,
    Whats wrong with it? Menu not at all displayed on Home.aspx after being navigated from login.aspx.
    Here is my code
    SiteMap

    <?xml version="1.0" encoding="utf-8" ?>
    <siteMap...
  35. VS 2010 Re: How to upload HttpResponse Created with Asp.NET

    hi thankyou, i had done that using streamwriter
  36. VS 2010 [RESOLVED] How to upload HttpResponse Created with Asp.NET

    Hi,
    I am creating a document in C#. And i am writing that to the response. Before that how to upload it to a specified folder?
    Here is my code

    HttpContext.Current.Response.Clear();...
  37. Replies
    5
    Views
    1,799

    Re: Output Parameter Problem

    hi thankyou
  38. Replies
    5
    Views
    1,799

    Re: Output Parameter Problem

    Hi thankyou,
    Which one is better to use output parameter or return values ?
    Do u have any code examples ?
  39. Replies
    5
    Views
    1,799

    [RESOLVED] Output Parameter Problem

    Hi,
    I am calling Stored Procedure from PHP and i am running out with errors. So i changed OUT to IN Parameter and SET _Status to SELECT 'Role Already Exists' but am not getting those results
    Here...
  40. Replies
    5
    Views
    1,509

    VS 2010 Re: Access Client Controls in C#

    Hi,
    Thankyou, i am not getting any of the value of the server control (even which is outside the gridview control) in code behind page on AJAX Post.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width