Skip to main content
Crowcoder's user avatar
Crowcoder's user avatar
Crowcoder's user avatar
Crowcoder
  • Member for 15 years, 9 months
  • Last seen more than a month ago
awarded
awarded
comment
Suddenly started getting Illegal invocation JS errors in my iframe embedded YouTube videos
If you figured out how to solve this please do tell! Thanks.
awarded
awarded
comment
GridView aspx c#
How many rows is it showing? Are you sure the data source has more data than is being shown in the grid?
comment
Why the code contains error when creating excel file and want to work with it
Please edit your question to contain the error details.
comment
Unknown column 'BookId' in 'field list'
Are your migrations up to date?
comment
Loading…
comment
HTTP API code returns 403 forbidden, however the postman post works - confused
Does request.Headers.TryAddWithoutValidation return true?
comment
comment
HTTP API code returns 403 forbidden, however the postman post works - confused
Gabors advice for creating the string content is good but I doubt it is causing the 403. Can you use postman to generate the HTTP code and post it (redacted)?
comment
comment
Blazor server component property state is lost
If I understand your intent, you can just make currentCount static.
comment
NHibernate - map Oracle sequence to non-ID column
So what do you mean by . It does not try to set Bar at all on insert but queries the value after insert. ? If you saw my update then you know I'm getting a Bar value on my object instance but it does not get set in the database.
comment
NHibernate - map Oracle sequence to non-ID column
Thank you for the assistance, but I need it to insert the value, not generate it after.
comment
NHibernate - map Oracle sequence to non-ID column
And, it does not generate the sequence value, it is 0
comment
NHibernate - map Oracle sequence to non-ID column
It is trying to set Bar instead of BAR so its throwing ORA-00904 invalid identifier
1
2 3 4 5
405