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
T

TweakBird

@TweakBird
About
Posts
82
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ASP.NET Base Pages
    T TweakBird

    Mark Nischalke wrote:

    you missed this "on this website"

    Yes. I missed it.

    Regards, TweakBird ***** Posted 50000th post in GIT O_O ******

    ASP.NET question csharp asp-net

  • ASP.NET Base Pages
    T TweakBird

    Have a look these links. Might be useful. Link 1[^] Link 2[^]

    Regards, TweakBird ***** Posted 50000th post in GIT O_O ******

    ASP.NET question csharp asp-net

  • Page Life Cycle
    T TweakBird

    In addition to above answers. find some more links here Link 1[^] Link 2[^] Link 3 - cycle diagram[^]

    Regards, Eswar ***** Posted 50000th post in GIT O_O ******

    ASP.NET question csharp asp-net help

  • Sooooooooooooooooooooooooooooooon
    T TweakBird

    Congrats!. Best wishes. Happy new life :rose::rose:

    Regards, Eswar ***** Posted 50000th post in GIT O_O ******

    The Lounge com

  • ʎɐqǝ uo pɹɐoqʎǝʞ ɐ ʎnq ı ǝɯıʇ ʇsɐן ǝɥʇ sı sıɥʇ
    T TweakBird

    :laugh: :laugh: :thumbsup:

    The Lounge

  • Why maintainance work sucks? [modified]
    T TweakBird

    I think you are tired. Let have a :beer:

    SChristmas wrote:

    Most of the time these estimates are wrong since the estimate provider also not worked on that project from a long time.

    :suss: Some body will watch you. ;)

    The Lounge database com question

  • Odd Articles Ranking.
    T TweakBird

    May be He have 2 tips / tricks good rated(These points counted under Author).

    Site Bugs / Suggestions com tools question

  • How to Remove Spurious Row Padding in Table
    T TweakBird

    Patrick Skelton wrote:

    I can (and probably should) do what I want with DIVs

    Go through this link[^]. I think it might be helpful. see this one also http://www.brunildo.org/test/img_center.html[^]

    Web Development help tutorial question

  • How to Remove Spurious Row Padding in Table
    T TweakBird

    Patrick Skelton wrote:

    there is no vertical space between neighbouring horizontal images;

    Try this code

    <table id="temp1" width="210px" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td>
    <img id="Img4" src="1.JPG" height="100px" width="100px" />
    </td>
    <td>
    <img id="Img1" src="1.JPG" height="100px" width="100px" />
    </td>
    </tr>
    <tr><td colspan="2"> </td></tr>
    <tr>
    <td>
    <img id="Img2" src="1.JPG" height="100px" width="100px" />
    </td>
    <td>
    <img id="Img3" src="1.JPG" height="100px" width="100px" />
    </td>
    </tr>
    </table>

    Web Development help tutorial question

  • Is there any help for this kind of thing ?
    T TweakBird

    Hiren Solanki wrote:

    2)Share it over here and some humble people who really believe in repetition point emphasize really will upvote you, That way you will annoy the downvoter.

    Good one.

    Site Bugs / Suggestions com tools help question

  • Increase Execution time for Sp in webconfig for time out problem
    T TweakBird

    Mugdha_Aditya wrote:

    ike this means..how?? because i want syntax...where to add and ahta i have to add

    For Web.Config concept See this http://msdn.microsoft.com/en-us/library/w7w4sb0w(v=VS.80).aspx[^]

    Mugdha_Aditya wrote:

    i check link given by you...but it has nt mention any where....any thing related to time out

    Link is only about connection strings with respect to different databases & different parameters. Are you want sample syntax of web.config file?

    C# sharepoint help question

  • Increase Execution time for Sp in webconfig for time out problem
    T TweakBird

    Use in Web.Config like this

    Go through this link, You can get good idea about connection strings. connectionstrings[^] P.S: Check why that procedure taking two much time (10 minutes). Happy Coding :)

    Regards, Eswar

    C# sharepoint help question

  • ASP.net and SAP integration
    T TweakBird

    Any_India wrote:

    integrate my asp.net application with SAP.

    Try SAP.Net SDK. Have a look Here sap-businessobjects-administration-software-development-kit-sdk[^] SAP_Business_One_SDK[^]

    ASP.NET csharp asp-net help tutorial

  • i got error on gridview in allowPaging = true - asp.net
    T TweakBird

    goldsoft wrote:

    but still i see the same records

    Post your code here.

    ASP.NET database csharp css asp-net data-structures

  • Is there any help for this kind of thing ?
    T TweakBird

    Hiren Solanki wrote:

    Some body has downvoted all my answers

    Yes Hiren, 4 days(not exactly) some body downvoted my 10 answers (In those some answers had already 5's also).I got 10 (-4)'s. At That time am not happy :( :(. If He(who downvoted) mention reason for downvote, then we will learn something from that. :(( :((

    Site Bugs / Suggestions com tools help question

  • i got error on gridview in allowPaging = true - asp.net
    T TweakBird

    Gali1978 wrote:

    but I constantly see the same records, why ?

    May be several reasons(Not exactly) .like Table contains duplicate rows (just check it once), Check Gridview Pager Settings (Page Size, Paging Modes). If you post your modified code here, i will check it.

    ASP.NET database csharp css asp-net data-structures

  • i got error on gridview in allowPaging = true - asp.net
    T TweakBird

    Gali1978 wrote:

    The GridView 'GridView1' fired event PageIndexChanging which wasn't handled. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Write a method for binding of Gridview

    Private void BindGridView()
    {
    SQL = "SELECT id,Fname,Lname FROM MEN";
    dsView = new DataSet();
    adp = new SqlDataAdapter(SQL, Conn);
    adp.Fill(dsView, "MEN");
    adp.Dispose();
    GridView1.DataSource = dsView.Tables[0].DefaultView;
    GridView1.DataBind();
    }

    You Need Handle Gridview_pageIndexing event of GridView like this.

    GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e)
    {
    GridView1.PageIndex = e.NewPageIndex;
    BindGridView();
    }

    OR After First Retrial of Data -- Put The DataSet into ViewState Or Session.(Here also Gridview1_PageIndexChanging event is Required. In this event bind the gridview with DataSet(i.e DataSet from ViewState or Session)) See This Link Gridview in ASP.NET 2.0[^] I hope you issue will clear. Try this, Post here if you face any problem.

    ASP.NET database csharp css asp-net data-structures

  • Code Formatting for 'XAML' code
    T TweakBird

    Hi See This Link[^], In this post am tried to edit for formatting of Xaml code (WPF) with different options(like aspnet, xml and default tag). I failed to set formating. Here i getting (forum message). see below code.

    <ItemsControl ItemsSource="{Binding Path=MainCol}" >
    <ItemsControl.ItemTemplate>
    <DataTemplate>
    <TextBlock Text="{Binding Path=Id}" ></TextBlock>
    <TextBlock Text="{Binding Path=Name}" ></TextBlock>
    <!-- How to show Description and Amount here by looking up the Id value -->
    </DataTemplate>
    </ItemsControl.ItemTemplate>
    </ItemsControl>

    Why formatting is not applied in Q & A Section.? is this bug or else(my mistake)?

    Regards, Eswar

    Site Bugs / Suggestions wpf csharp asp-net wcf com

  • how to UnSelect all rows in GridView - asp.net ?
    T TweakBird

    Try to this in Page_Load, it works GridView1.SelectedIndex = -1;

    ASP.NET csharp asp-net tutorial question

  • Proper Procedures to Prevent Cross Site Scripting.
    T TweakBird

    Have a look on this also cross-site-scripting-in-asp-net.aspx[^]

    ASP.NET question css help
  • Login

  • Don't have an account? Register

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