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

brunoseixas

@brunoseixas
About
Posts
20
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • wordwrap in asp:Literal
    B brunoseixas

    format the html text puting a div with word-wrap:break-all style attribute.

    ASP.NET html database sql-server sysadmin tutorial

  • store procedure or sql command
    B brunoseixas

    use store procedures in database because if you have any problem, you only needs change the proc to resolve

    C# database csharp help question announcement

  • LINQ to SQL - Design Pattern
    B brunoseixas

    Hi fellas, I wanna know what is the best pattern to my web application to use LINQ to SQL in project.

    C# csharp database linq design regex

  • problem in site
    B brunoseixas

    what is 'Menus'[2]? if Menus are a database schema and you use this schema in procedures, functions or tables problably this schema doesn't exist in production database. create them and resolve.

    ASP.NET help database xml question

  • Case for .net remoting
    B brunoseixas

    isso é bem simples, basta declarar um vetor com ponteiro multiplo e chamar o método Add() dentro do seu ânus

    C# csharp design sysadmin help

  • Passing Linq query results to a different function
    B brunoseixas

    convert the linq result to list

    var results = (from t in query
    where t.ProjectID == new Guid(this.Session["ProjectID"].ToString())
    orderby t.Number ascending
    select new
    {
    ID = t.ID,
    Tag = t.Number,
    Description = t.Description,
    SubSystems = GeneralHelper.TagSubSystems(t),
    Module = t.Area.Module.Name,
    Discipline = t.Discipline.Name,
    ITRs = GeneralHelper.TagITRsHTML(t)
    }).ToList();

    C# linq csharp database help question

  • Linq-to-sql Asp.Net
    B brunoseixas

    o grande problema é q vc tem q deixar de ser burro, mundiça

    ASP.NET csharp database html asp-net linq

  • How do I include textbox data in SQL query?
    B brunoseixas

    where CODE like '%' + textbox.text + '%' ???

    C# database help question

  • Screen resolution in web site
    B brunoseixas

    oh right!! :-\ thanks dude

    C# javascript question

  • Screen resolution in web site
    B brunoseixas

    Hi guys. I wanna know if I add a windows.forms reference in my web project and use

    System.Windows.Forms.SystemInformation.PrimaryMonitorSize

    its a good thing. or javascript window.screen.width its more recommended to web projects?

    C# javascript question

  • iframe in MasterPage
    B brunoseixas

    Hi, I wanna know if is possible to put a iframe in masterpage file and the contentplaceholder inside the iframe. Thanks.

    C#

  • validation
    B brunoseixas

    document.getElementById('YOUR CALENDAR CLIENT ID').visible = false;

    ASP.NET javascript help

  • Validation of viewstate MAC failed
    B brunoseixas

    I dont think so. but u can try catch this error in Application_Error method in global.asax file

    ASP.NET csharp help tutorial

  • ? : Operator
    B brunoseixas

    ? operator its like a IF-result statement. look:

    int x = 0;
    int y = 1;

    if(x > y) ? y++ : y--;

    If x>y = true, y++.
    If x>y = false, y--;

    C# question csharp html com help

  • Problem with Xml and Xsd
    B brunoseixas

    I don't have sure, but if you wanna search something about "ReadXmlSchema" method.. maybe this can help you :|

    ASP.NET help xml tutorial question

  • reading weather.com data feed
    B brunoseixas

    If the url returns a .xml or .atom you can try read using XmlReader or if you want a full html code, use WebClient.

    C# csharp html com xml question

  • How can you add a click event in the text box, C# , asp.net
    B brunoseixas

    YOUR_TEXTBOX_ID.Attributes.Add("onclick","Visible(true);"); function Visible(isVisible) { $get('your_dropdown_clientid').visible = isVisible; }

    C# csharp asp-net question

  • ScriptManager.RegisterClientScriptBlock pratices
    B brunoseixas

    Yes, of course. Tell that to the dummies of the commercial area. Haaaa :laugh:

    ASP.NET csharp javascript help

  • ScriptManager.RegisterClientScriptBlock pratices
    B brunoseixas

    Yes, there is a reason. This page uses a free javascript code called niceforms (http://www.emblematiq.com/lab/niceforms/), it has several bugs and needs to be recharged several times. And the problem is that it does not reload correctly if called at events such as onLoad or EndRequest in html (I do not know why). So, I created a static method in BasePage application that contains a method that performs this function across the ScriptManager. The solution I found was this, and I'm just calling it in Page_Load when is postback. Thank you.

    ASP.NET csharp javascript help

  • ScriptManager.RegisterClientScriptBlock pratices
    B brunoseixas

    Hello, I have a Javascript function that needs to be thrown several times in the code-behind(C#) for user navigation. I wanna know if calling the function by the method ScriptManager.RegisterClientScriptBlock is a good practice to resolve this issue. Thanks.

    ASP.NET csharp javascript 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