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
S

sidbaruah

@sidbaruah
About
Posts
147
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Time pass @ Work
    S sidbaruah

    trying to argue that they aren't would be another time killer! ;)

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    The Lounge csharp database question

  • Time pass @ Work
    S sidbaruah

    lol.. Well, what can i say.. im past the reading stage actually! Anything 2 do would be a boon! ;)

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    The Lounge csharp database question

  • Time pass @ Work
    S sidbaruah

    No work for a few weeks, Could anyone suggest a few Hot & Happening Topics that i could Dip my half-baked head into for fun? Im looking for something in Dotnet, ASP, c#, SQL etc... Or anything else taht you guys indulge in @ work for fun, besides reading? :) Cheers!

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    The Lounge csharp database question

  • Initialize array in one line / in a single statement
    S sidbaruah

    Something like this - string aaa = new string(str7, 0, str7.Length); would return you a string of "***", if thats What u're looking for. :)

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    C# data-structures help tutorial question

  • validate Dropdownlist inside gridview using javascript
    S sidbaruah

    Add a javascript function through attributes.add in cs for(int i=0;i< gridview.rows.count;i++) { DropDownList ddl = (DropDownList)gridview.rows[i].cells[cellid].findcontrol('id'); ddl.attributes.add("onchange","return func("+ddl.clientid+");"); } Send the row id from the cs file function func(ddl) { //Do the validation in javascript } Hope that helps!!

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET csharp javascript asp-net question

  • Installing silverlight from silverlight.net
    S sidbaruah

    Hi, I was trying to download and install silverlight 1.1 ( as i am having VS 2005 currently) from the official site.. just to have a look at it.. However, i am facing a few probs.. When i install d SDK, it says the template cannot be installed without Service pack for Visual studio( my version is Enterprise edition VS 2005) However, there is no separate download for VS 2005 SP1 except a team suite edition that installs that for it.. However, when i try installing it, a file was said to be missing.. I tried re downloading ..no result.. Has anyone got this prob? who can help me? Thanks in Advance...

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    IT & Infrastructure csharp visual-studio collaboration help question

  • Reportviewer alignment problem!
    S sidbaruah

    ok nm... Thanks for the reply..

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    Web Development help question

  • Reportviewer alignment problem!
    S sidbaruah

    No its not the sql reporting.. the .net reporting thing.. using rdlc files.. I am not specifying the pixels at all all are in %. Moreover, the reports being generated are a kind of template which it uses to render the report..So i cant do much of a change with that.

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    Web Development help question

  • Reportviewer alignment problem!
    S sidbaruah

    I have an application that uses a reportviewer control. On IE it works fine but in firefox and on certain laptops(actually on my client head's laptop :)) it comes up to only 1/4 of the page. The reportviewer head that is with the export to excel and zoom options takes the whole page only the area where the reports are shrunk to about 1/4 of the page.. Does anyone know what is the problem here... I have done a lot o things but cant find any solutions,, Any thanks is much appreciated.. Thanks in advance!

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    Web Development help question

  • Page resolution problem in Laptop
    S sidbaruah

    Thanks christian for replying.. Actually this problem occurs only on some laptops.. And its the bigger laptop screen that causes the problem.. Is there anything you might know that can be set/reset that makes it to take the actual resolution of the screen or something.. or probably a field or function that cares of the resolution setting for a webpage??

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    Web Development help csharp asp-net debugging question

  • Topics under Security in Web services
    S sidbaruah

    You should probably think before you talk and when you dont know anything you should keep mum.. Anyways, its a data sharing thing we do where everyone learns a new topic and gives a presentation to everyone in the team..its a thing we do every month.. Does that throw some light??

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    IT & Infrastructure wcf security help

  • Page resolution problem in Laptop
    S sidbaruah

    Hi all, I have an asp.net application which generates a set of reports using reportviewer and rdlc files.. The problem is that on a few of the laptops the page covers up only half of the entire screen.. Secondly, the reportviewer controls are getting overlapped.. Has anyone come across such probs and can help me out.. How could i debug or search the reasons for such a problem?? Thanks in advance :)

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    Web Development help csharp asp-net debugging question

  • single instance of a Web applicaiton.
    S sidbaruah

    If only one person could access it at a time, why would you make it a web application?? I would prefer a win app :confused: May be a singleton approach could work.. never used it thou..

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET sysadmin

  • asp.net application link problem
    S sidbaruah

    meetshums wrote:

    People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window.

    Whatever they use for opening you're link, it'll open up..

    meetshums wrote:

    I am using mail sending code and embeding the url as http://domainname/virtualdirname

    Are you not providing a page name where this should redirect?? If not it will obviously open a blank page if youve not configured the iis for a default page.. Try giving the page name as the default in iis documents tab.. Or in the link directly provide the page name something like this ... http://domainname/virtualdirname/pagename.aspx

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET csharp asp-net help tutorial

  • Topics under Security in Web services
    S sidbaruah

    Hi all, I have to give a presentation on security in web services... Could anyone help in selecting the appropriate topics that should be covered in it.. Or any site where i could get some help on this topic... thanks in advance... :) :)

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    IT & Infrastructure wcf security help

  • asp.net application link problem
    S sidbaruah

    try giving the system name in place of localhost, that will work irrespective of where the set up is installed... whereas localhost will only work on your system..

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET csharp asp-net help tutorial

  • Include master page at run time
    S sidbaruah

    Let me throw some light here... If you are using a master page, the contents you are using for a page must be inside the content template as you mentioned in the post.. However, you could only have a master page on a page or you dont have one.. and as you cant change the aspx design page at runtime, it is bound to throw an error... I suggest you use two different pages, one with master page and another without it, so that you could use them according to the situations you have..

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET help

  • Include master page at run time
    S sidbaruah

    I think it wont help, if master page is not referenced when he wants it not to contain one, then it will throw error again, coz of using content control without a master page. I dont have a solution now, gotta check that out, if i get ill let ya know..

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET help

  • Having problem wih gridview
    S sidbaruah

    justintimberlake wrote:

    So what I want to do is take that deletcommand isertcommand and updatecommand from codebehind using store procedure, how can I do this,plz help me

    If you want to call the procedures on edit,update,delete button click, there are events in the datagrid control update-ondatagridupdating delete=ondatagriddeleting edit-ondatagridediting or you can use the common rowcommand attribute for this.

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

    ASP.NET help css question announcement

  • AutoEventWireup
    S sidbaruah

    I think it will only be set for the page it is being used! true - event linking enabled false - no event linking. Why would you want to put it in a web.config file ? :doh:

    I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

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