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
A

AditSheth

@AditSheth
About
Posts
25
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Design Issue in About Article box
    A AditSheth

    In About Article box,there is a list of tag names,but when i open Link[^] i am not see the whole beginner word.

    Quote:

    C#ASP.NETArchitect
    DevWCFDesignBeginner, +

    The world suffers a lot. Not because of the violence of bad people, but because of the silence of good people!- Napoleon

    Site Bugs / Suggestions csharp asp-net wcf com design

  • css layout problem in Menu
    A AditSheth

    Hi, see this Menu Sub menu is not properly inside Menu box (In all browser). when i set margin-left = 0 to menu then is looks like Menu.

    Site Bugs / Suggestions css com help

  • New Visual Studio Site Lunched
    A AditSheth

    New Visual Studio UserVoice site Lunched by Visual studio. You can send new suggestions and ideas in Visual Studio products http://visualstudio.uservoice.com/forums/121579-visual-studio

    Visual Studio csharp visual-studio com

  • error handling
    A AditSheth

    dcof wrote:

    catch (ex){}

    You have to specify wich type of exception may handle by this try-catch. List of Exception

    catch (Exception ex){}

    dcof wrote:

    curly green   under the ex.

    Curly green indicate that variable is declared but not used inside catch block.So throw exception.

    catch (Exception ex)
    {
    throw ex;
    }

    C# csharp visual-studio help question

  • Blog portal - ASP.NET or PHP?
    A AditSheth

    Here you can get open source application for Blog panel In Asp.Net. http://www.dotnetblogengine.net/

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    Web Development csharp php asp-net question

  • Displaying vertical rows to bind data
    A AditSheth

    Generally our grid is like ID Name 1 Adit 2 Prerak 3 Shyam but i want to display this like below ID 1 2 3 Name Adit Prerak Shyam So which control i use,gridview,DataList,listview,... (In web form) and any link for this type of example

    C# css tutorial

  • Ext.NET - New component framework
    A AditSheth

    Richard MacCutchan wrote:

    Please do not use these forums for advertising.

    Hey Richard, I am not advertising this. I just know about this by today. So i just want to discuss about this with members who already work with Ext.Net. Thanks for advice , I will write an article about this

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    ASP.NET javascript asp-net csharp com architecture

  • SQL Query Select
    A AditSheth

    Blue_Boy wrote:

    select case when [type]=1 then 'MCA' when [type]=2 then 'Another Title' end + ' (' + coursename +')' as TypeAndCourse from courses

    just little changes

    SELECT [Coursename] + '(' + case when [type] = 1 THEN 'Regular' when [type]=2 then 'Another Title' end + ')' as TypeAndCourse
    from courses

    but i am agree with "Mycroft Holmes" suggestion of creating new table..

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    Database help database tutorial learning

  • Add New Tags
    A AditSheth

    I suggest to add new tags like extjs,ext.net and etc to give a proper tag to question related to this. Thanks

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    Site Bugs / Suggestions csharp question

  • Ext.NET - New component framework
    A AditSheth

    Ext.NET is an open source ASP.NET (WebForm + MVC) component framework integrating the cross-browser Sencha Ext JS JavaScript Library.

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    ASP.NET javascript asp-net csharp com architecture

  • OneiricOcelot - Ubuntu 11.10 released yesterday (13 October 2011)
    A AditSheth

    :)

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    Linux, Apache, MySQL, PHP announcement com linux

  • HELP CSS Text Problem!
    A AditSheth

    I thing it is not working yet... you need not to change your older html and css just change the width of Content So your HTML is like

    	![banner](images/banner.gif)
    
    
    
    
    	
    
    		*   [Home](#)
    		*   [About](#)
    		*   [Photo Gallery](#)
    		*   [Video Gallery](#)
    		*   [Contact](#)
    	
    
    	![ads banner](images/sale.jpg)
    

    Contact Us

    Use this form below:

    Copyright 2011 by Angel Ali

    And CSS

    #content {
    width:564px;
    float:right;
    overflow:hidden;
    }

    Where can we go to find God if we cannot see Him in our own hearts and in every living being -Swami Vivekananda

    Web Development help html css com

  • #develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects
    A AditSheth

    actually link is as follow http://www.icsharpcode.net/OpenSource/SD/Default.aspx :)

    We are what our thoughts have made us; so take care about what you think. Words are secondary. Thoughts live; they travel far. -Swami Vivekananda

    Free Tools csharp visual-studio discussion

  • Tag for Extjs js library
    A AditSheth

    Hello, I am working on new js library Extjs. I have a question in that. So when i am going to ask a question tag it gives below error Please revise your tag selection. So what can i do for asking question on Extjs.

    If a man hasn't discovered something he will die for, he isn't fit to live. -martin luther king

    Article Writing javascript com help question

  • Formulas
    A AditSheth

    best way to use images of formulas here look at some web pages http://oscience.info/math-formulas/vector-geometry-formulas/ http://www.basic-mathematics.com/basic-math-formulas.html#

    If a man hasn't discovered something he will die for, he isn't fit to live. -martin luther king

    Web Development question html

  • to create a video file from a list of bitmap picture files in C sharp
    A AditSheth

    Look at this link http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx

    If a man hasn't discovered something he will die for, he isn't fit to live. -martin luther king

    C# csharp visual-studio graphics help question

  • HELP CSS Text Problem!
    A AditSheth

    Hi there is a problem in width of div.. You have class of #container,#leftsidebar and #content concentrate on width only...

    #container {
    width: 750px;
    }
    #leftsidebar {
    border: 3px dashed orange;
    width: 180px;
    }
    #content {
    width: 570px;
    }

    here your total width is 750. so you set leftsidebar=180 and content=570 so total is 750...right but in leftsidebar there is a border with width of 3px so reduce #content width with 3px of left-border and 3px of right-border so your new #content width is 570 - 3-3 = 564 px and your problem is solved... :)

    If a man hasn't discovered something he will die for, he isn't fit to live. -martin luther king

    Web Development help html css com

  • OneiricOcelot - Ubuntu 11.10 released yesterday (13 October 2011)
    A AditSheth

    New Ubuntu version release... OneiricOcelot Cheers :thumbsup:

    If a man hasn't discovered something he will die for, he isn't fit to live. -martin luther king

    Linux, Apache, MySQL, PHP announcement com linux

  • How to use Jquery on a Dynamical created Textbox
    A AditSheth

    :thumbsup:Thanks

    JavaScript csharp tutorial question javascript

  • How can i change regex to work in javascript
    A AditSheth

    Hello I have regex expression that is work in asp.net for finding link

    SET objRegex = NEW regexp
    objRegex.Pattern = "(\b(?:(?:https?|ftp|file)://|www\.|ftp\.)(?:\([-A-Z0-9+&@#/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#/%=~_|$?!:,.]*\)|[A-Z0-9+&@#/%=~_|$]))"

    Now i want to use this expression in javascript. how can i write ? I tried with this but not working.

    var re = new RegExp(/\b(/?:(/?:https?|ftp|file):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~_|$?!:,.]*\)|[-A-Z0-9+&@#/%=~_|$?!:,.])*(?:\([-A-Z0-9+&@#/%=~_|$?!:,.]*\)|[A-Z0-9+&@#/%=~_|$])/g);

    Is there any Converter available for this?

    “Before you start some work, always ask yourself three questions - Why am I doing it, What the results might be and Will I be successful. Only when you think deeply and find satisfactory answers to these questions, go ahead.” -Chanakya Thanks Adit

    JavaScript regex question csharp javascript asp-net
  • Login

  • Don't have an account? Register

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